srcset icon indicating copy to clipboard operation
srcset copied to clipboard

A polyfill for srcset

Results 2 srcset issues
Sort by recently updated
recently updated
newest added

It looks like this polyfill implements the old spec for srcset, where 'w' descriptors meant viewport max-width. The current spec makes 'w' descriptors mean width of the image, to be...

When using `` without an explicit width or height attribute, the image is expanded to double its size, instead of staying the same size. For example, if `logo.png` is 100×50...