Maks | неизвестные изменения

This commit is contained in:
GP_DEV
2025-11-21 20:56:17 +03:00
parent f91cc8faf5
commit 1a08237212
7 changed files with 721 additions and 719 deletions

View File

@@ -107,7 +107,7 @@ if ($room === 'fitness') {
<?php foreach ($slides as $index => $slide): ?>
<div class="swiper-slide [&>_img]:max-w-none">
<?php if (!empty($slide['img'])): ?>
<img class="max-[768px]:w-full max-[768px]:h-full" loading="lazy"
<img class="max-[768px]:w-full max-[768px]:h-full object-cover" loading="lazy"
src="<?php echo esc_url($slide['img']); ?>"
alt="<?php echo esc_attr($slide['title']); ?>">
<?php endif; ?>