Chris Han

Results 19 comments of Chris Han

There's a lot going on in this issue discussion... If you're having issues with [rehype-svimg](https://github.com/xiphux/rehype-svimg), I would suggest putting issues on that repo instead. This issue was supposed to represent...

Do you have a reproduction I could look at?

This is a reasonable idea and it would be good to have some flexibility here. That said, I also don't think it's critical for the image breakpoints to always line...

This is covered a bit in the documentation of the `outputDir` and `srcGenerator` preprocessor options. The default behavior to generate the image URI is built around the `outputDir` being a...

I don't think that's the reason... I would expect Lighthouse to handle that. I'm guessing this is happening because svimg defers setting the alt tag on the image until the...

I'll take a look - I'm guessing the small difference is due to rounding somewhere (either in the placeholder generation from sharp or the attributes on the img). The difference...

Yeah - I'd like to do this, but this is a little less straightforward than the srcset for the main image since the image is embedded into the document, so...

That's the sad part about Apple tying Safari to the OS version though - some percentage of people will continue to use older OSX versions without WebP support because they...

I don't think serving the placeholder as jpg would resolve the Lighthouse warning though? The message says that WebP/AVIF are nextgen and PNG/JPEG are not.