isotope / core

Core repository of Isotope eCommerce, an eCommerce extension for Contao Open Source CMS
https://isotopeecommerce.org
136 stars 107 forks source link

Image-Sizes: Inserted CSS classes are not assigned to the image tag #2485

Open berecont opened 11 months ago

berecont commented 11 months ago

Configured image sizes in the backend. Inserted CSS classes are not assigned to the image tag.

<?= $this->getGallery('images')->generateMainImage(); ?>

<figure class="image_container">
<a title="" href="assets/images/0/myimage-0792f2b8.png" data-lightbox="product1" class="cboxElement">
<img src="assets/images/7/myimage-b2fb3623.png" width="800" height="565" alt="">
</a>
</figure>
berecont commented 11 months ago

Contao 4.13.30 php8.1 Windows, Laragon Isotope 2.8.16