respimagelint icon indicating copy to clipboard operation
respimagelint copied to clipboard

Linter for Responsive Images - https://ausi.github.io/respimagelint/

Results 45 respimagelint issues
Sort by recently updated
recently updated
newest added

Fixes #91 See comment here: https://github.com/ausi/respimagelint/issues/91#issuecomment-1831860585 I confirmed the fix by setting up my own GH Pages etc. and running the bookmarklet against this instead.

Currently, when running the tool on a page that uses the [brand-new `sizes=auto` syntax](https://chromestatus.com/feature/5191555708616704), RespImageLint complains, > The `sizes` attribute has to match the width of the image > The...

bug

i feel it would make sense to also provide a specific (pseudo)code to help resolve the issues, srcset can be damn complicated to figure out. not even wurte it this...

I've a tool that generates images dynamically server-side, and they are ignored by the linter. The src images do not contain the extension (e.g. webp, jpeg, etc.), could this be...

Assuming browsers support min/max/clamp in the sizes attribute, these should be supported, like calc() https://caniuse.com/css-math-functions

enhancement

Hello, When i'm using the bookmark the actual result is totaly white like this : ![image](https://github.com/ausi/respimagelint/assets/144777750/6cffa80e-f168-443a-bd44-2ac25093b1bd) Can you help me ?

bug

I tried running respimagelint on my homepage, but get the following error: linter.js:455 Uncaught TypeError: ((0 , _parseMedia2.default)(...) || []).forEach is not a function at linter.js:455:485 at Array.forEach () at...

bug

While using max-width or min-width should both be fine for the sizes attribute, only the approach with min-width validates.

Hi there - thanks for making such a great tool. I love it, but sadly it does not work on pages that block iframes. So I'm working on building it...

Have tried this linter out on multiple websites (for example: http://srcset.salcode.com/). Each time the lint report seems to fail with a JS console error like the below: ``` Uncaught SyntaxError:...