Nick Medrano

Results 104 comments of Nick Medrano

> What should we do if we use bootstrap or something else? @gokaybiz One thing you could do is just comment out the components from your SASS file you don't...

> Or just don't use bootstrap in the first place if you care about performance and long term style haha. 😂 I prefer Bootstrap (version 5) over TW:) Nice mix...

Yea, seeing that a core feature of Nuxt is for SEO, this would be helpful!

If we are lazy loading Nuxt components like so: `` , do we still need to put the `loading="lazy"` attribute in the images since the components are lazy loading anyways?

Possibly something along the lines of what @pi0 was alluding to ? https://github.com/nuxt/image/issues/392#issuecomment-904457648

yea, I am trying to use firebase storage as cloud storage for my images and this would be a good fix. thanks.

I am dealing with this problem now. What is the latest solution? Anyone using the Nuxt 3 version of this module and fetching Firebase storage items via Cloudinary fetch type?

Anyone using Bootstrap? If so, how did you define the screens for the Bootstrap grid?

Thanks. I think I am still not clear on how to Nuxt Image. So, if I have a third party CDN such as imagekit.io to handle the optimization, can I...

Thanks, shadow. I think the problem is I still don't understand how I would integrate Firebase Storage for remote images and let IPX handle the optimization. My initial attempt failed....