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
Hmm, this looks like your issue is caused from a bug in the script. I think the feature you're requesting wouldn't be necessary if it was handling noscript tags correctly. I'll take a look.
Yes of course, if noscript was added the exclude elements list that would resolve this. I wasn't sure if you could blacklist all content within noscript. But, I guess it doesn't matter if there is content within the noscript element as the script couldn't affect that anyway.
Could it be possible to pass a list of elements to the ignored?
For example:
This is issue arose as we use using this module which uses lazysizes to load the content from a
noscript
tag and inject it into the page to lazyload them. Here is the template logic:https://github.com/canonical-web-and-design/canonicalwebteam.image-template/blob/master/canonicalwebteam/templates/image_template.html
An example of the failed output:
https://codepen.io/anthonydillon/pen/PozpjRd
The text was updated successfully, but these errors were encountered: