#9073 fixed image size

This commit is contained in:
Daniel Cebrian 2023-02-16 14:17:05 +01:00
parent e0b75f9829
commit 63a23799a4
2 changed files with 3 additions and 1 deletions

View File

@ -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');
}

View File

@ -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%;