#9073 fixed image size
This commit is contained in:
parent
e0b75f9829
commit
63a23799a4
|
@ -149,7 +149,7 @@ if ($action === 'delete') {
|
||||||
|
|
||||||
if (count($errors) === 0) {
|
if (count($errors) === 0) {
|
||||||
$response = $tipsWindow->deleteTip($idTip);
|
$response = $tipsWindow->deleteTip($idTip);
|
||||||
hd($response, true);
|
|
||||||
if ($response === 0) {
|
if ($response === 0) {
|
||||||
$errors[] = __('Error in delete tip');
|
$errors[] = __('Error in delete tip');
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 264px;
|
||||||
max-width: 464px;
|
max-width: 464px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
.carousel .images img {
|
.carousel .images img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue