-
I have created an `` tag with the attributes `alt`, `decoding`, `fetchpriority` and `loading`. When NextGenImages converts the image to the WebP all of these attributes are being transfered over to th…
-
Hi desandro! wordpress uses SRCSET attribute for responsive images. When I use imagesloaded It triggers the download of the largest image generating extra bandwidth. Am I doing something wrong? Is th…
-
Today I learned why WordPress often doesn't output `srcset` images from its default methods. See [this answer](https://wordpress.stackexchange.com/a/243284/41356)
> To show a srcset, there must be …
-
With container queries, the way developers write responsive styles changes from querying the global page for information to querying for a parent with containment for information. This shifts responsi…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset
### What specific section or headline is this issue about?
https://developer.mozilla.org/en-US/docs/Web/AP…
-
The default output creates indents which is normally not a problem, but if you nest it inside a shortcode that allows markdown content, hugo breaks the image into code blocks due to indentation. I end…
-
Hey! Thanks for building such a great tool to actually make Wordpress way more responsive. This is exactly what we need to be more HTML5 compliant.
In using your plugin I am a bit confused with reg…
-
I'm not sure whether I use this right.
So I suppose this plugin creates images depending on the query string you give each image in your html (picture tags)? Or not?
I have the following code:
…
-
Right now, `srcset` `w` descriptors set the intrinsic width of the image.
There was a lot of talk back in the day about [adding an `h` descriptor](https://github.com/ResponsiveImagesCG/picture-elem…
eeeps updated
5 years ago
-
## The Problem
This is well summarised in this issue: https://github.com/whatwg/html/issues/4421
## Possible Solutions
To avoid this problem we may have to use the same solution as [frontend]…