We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
Contao 4.13.30 php8.1 Windows, Laragon Isotope 2.8.16
Sorry, something went wrong.
No branches or pull requests
Configured image sizes in the backend. Inserted CSS classes are not assigned to the image tag.
<?= $this->getGallery('images')->generateMainImage(); ?>
The text was updated successfully, but these errors were encountered: