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
If you agree I will be able to create a pull request. My approach would be to split the comma separated list of sources and change the image path with the watermarked path.
The text was updated successfully, but these errors were encountered:
Shouldn't it be possible to access the list of images before the string is created? Maybe we can influence the image creation directly through the "new" Image methods
I'm trying to use the watermark function inside the galleries but this is not working if the attribute
srcset
is set. At the moment isotope only generates a watermarked image for the attributesrc
: https://github.com/isotope/core/blob/2.8/system/modules/isotope/library/Isotope/Model/Gallery/Standard.php#L386I think there should be also a handling for the
srcset
otherwise for this attribute the original images are used.If you agree I will be able to create a pull request. My approach would be to split the comma separated list of sources and change the image path with the watermarked path.
The text was updated successfully, but these errors were encountered: