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

View File

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