image icon indicating copy to clipboard operation
image copied to clipboard

Plug-and-play image optimization for Nuxt applications.

Results 430 image issues
Sort by recently updated
recently updated
newest added

We often create image-specific breakpoints using the "Responsive Breakpoint Generator" from cloudinary. But we don't want to host the images remotely. https://www.responsivebreakpoints.com/ So I'm wondering if a buildModule like is...

enhancement

As the title says, image events are really needed, but they are not available because a new tag hasn't been pushed.

It seems the picture tag implementation in the nuxt/image package is lacking basic picture tag features. The picture tag and its sources (who act like regular images - with srcset...

enhancement

Hi there, I was working on a project these days and we were using nuxt-img to manage responsive images (using img tag). I'm a little bit confused about the way...

I think that supporting arbitrary values for the `sizes` attribute should be possible like this: ``` ``` Or maybe even more important more complex examples like this: ``` ``` Basically...

``` ``` works fine but in lighthouse, it generates an warning like the following - Set an explicit width and height on image elements to reduce layout shifts and improve...

Correct me if I'm wrong, but for a `` element in HTML, you don't need the sizes property. A browser can choose which srcset is best, using the real rendered...

In order to do some necessary image placement calculations, we need to get the image size on the server in nuxt/content articles. But I could not find any way to...

Current Behaviour When using the Storyblok provider with the base URL set to "https://img2.storyblok.com" to get SVG assets they are transformed into .png assets rather than the original .svg format....

Though the module is marked as Nuxt Bridge compatible at https://modules.nuxtjs.org/?version=2.x-bridge, the plugin simply doesn't generate any images when generating a fully static website. Is it expected behavior? I'd love...