- Issue created by @andysipple
- π³π±Netherlands seanB Netherlands
I don't mind adding this. Sounds useful. Would you mind creating a PR for this?
Just a minor remark.
+++ b/js/resizer.js @@ -56,6 +56,7 @@ + this.setAttribute("data-loaded", true);
Can we use single quotes?
- πΊπΈUnited States andysipple
Sure can I can create PR!
In the meantime yes absolutely can use single quotes.
See the new patch. - @andysipple opened merge request.
-
seanB β
committed 428ea3c5 on 1.3.x authored by
AndySipple β
Issue #3340386: Add attribute when the image is loaded in
-
seanB β
committed 428ea3c5 on 1.3.x authored by
AndySipple β
- Status changed to Fixed
about 2 years ago 1:45am 9 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 2 years ago 4:52am 6 April 2023 - πΊπΈUnited States andysipple
I'd like to reopen this.
I discovered when the default image is already bigger than the available width or if the responsiveImgPath === currentSrc is the same need to set the data-loaded=true. - πΊπΈUnited States andysipple
Forgot to use single quotes. Darn VSCode editor is set up to change single quotes to double.
Please use this patch. - πΊπΈUnited States andysipple
Another reroll.
Putting the following code in both returns to ensure data-loaded attribute is set true when the image is loaded in.image.onload = function () { this.setAttribute('data-loaded', true); };