- Issue created by @kopeboy
I just installed it on a fresh Drupal 10.3.6 (with standard profile) with composer, modified the default Image field on Article content type to allow unlimited values, created a node with 2 images, changed the formatter to the one provided by this module, and both with the default option or any other combination, I get nothing instide the zoom circle, just a white circle.
There are no errors in dblog but there are in the browser console: as soon as I hover on the image I get this error:
GET https://my.ddev.site/sites/default/files/2024-10/my_file.jpg 404 (Not Found)
If I change the image style, eg. to Large (480x480) instead of Original, the error becomes:
GET https://my.ddev.site/sites/default/files/2024-10/my_file.jpg.webp?itok=x... 404 (Not Found)
which is weird, because I have not enabled any module to produce .webp images and my originals were .jpg
Active
1.0
Code