images-responsiver icon indicating copy to clipboard operation
images-responsiver copied to clipboard

Global solution for responsive images, transforming simple image HTML syntax into better responsive images syntax.

Results 25 images-responsiver issues
Sort by recently updated
recently updated
newest added

Much better for accessibility: https://twitter.com/DasSurma/status/1553634641491509248

type: DX (Developer eXperience) ๐Ÿ‘จโ€๐Ÿ’ป
priority: high ๐ŸŸ 

Refs #191

type: enhancement ๐Ÿง—โ€โ™‚๏ธ
priority: high ๐ŸŸ 
feature: documentation ๐Ÿ“‘

**Describe the solution you'd like** Add a preload tag for an image, for LCP optimization. **Describe alternatives you've considered** Add a data attribute to the image?

type: enhancement ๐Ÿง—โ€โ™‚๏ธ
priority: high ๐ŸŸ 
package: images-responsiver โš™๏ธ

**Describe the bug** Eleventy plugin doesn't generate any images **To Reproduce** Steps to reproduce the behavior: 0. Remove all manually generated pictures, leave only source 1. Open last tutorial step...

type: bug ๐Ÿ›

Linear width steps lead to exponential weight steps, because `weight ~= width^2` Use a log function to make width steps decrease progressively.

type: enhancement ๐Ÿง—โ€โ™‚๏ธ
priority: high ๐ŸŸ 
package: eleventy-plugin ๐Ÿงฉ

Hey, i found some many settings can be override by `presets` in the source code, but not explanation in the [tutorial](https://nhoizey.github.io/images-responsiver/eleventy-plugin-images-responsiver/), i want to know why? ```js // below settings...

type: bug ๐Ÿ›

type: discussion ๐Ÿ’ฌ
type: DX (Developer eXperience) ๐Ÿ‘จโ€๐Ÿ’ป
package: images-responsiver โš™๏ธ
type: third-party

There are Jest tests for the core library `images-responsiver` in https://github.com/nhoizey/images-responsiver/tree/main/packages/images-responsiver/__tests__ But there are no tests yet for `eleventy-plugin-images-responsiver`, the plugin for Eleventy.

type: enhancement ๐Ÿง—โ€โ™‚๏ธ
type: DX (Developer eXperience) ๐Ÿ‘จโ€๐Ÿ’ป
priority: high ๐ŸŸ 
help welcome ๐Ÿ™
package: eleventy-plugin ๐Ÿงฉ

It would probably ease maintenance, simplify/enhance testing, and allow other usages.

type: discussion ๐Ÿ’ฌ
type: enhancement ๐Ÿง—โ€โ™‚๏ธ
package: images-responsiver โš™๏ธ

Thanks again for replying to my question about 11ty/Netlify CMS and responsive image markup and for suggesting this plugin. I've looked through the repo as well as through the Pack11ty...

type: enhancement ๐Ÿง—โ€โ™‚๏ธ
feature: documentation ๐Ÿ“‘
type: UX (User eXperience) ๐Ÿคนโ€โ™‚๏ธ
type: third-party