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