You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2024. It is now read-only.
PHP Version
8.2
Shopware Version
5.7
Actual behaviour
Resources/frontend/js/webp-support.jssets the css class
has--webpif webp is supported.The swImageGallery override only loads webp if webp is not supported (negated behavior).
Resources/frontend/js/jquery.image-gallery.js.Expected behaviour
Resources/frontend/js/jquery.image-gallery.jsThe conditions
work as expected if they are not negated.
Steps to Reproduce?
it seems to be a general problem?