Giter VIP home page Giter VIP logo

Comments (4)

trinity-watanabe avatar trinity-watanabe commented on June 7, 2024 1

Hello.

I have tried using the netlify Image CDN for this problem and have successfully displayed it.

##Changes
###netlify.toml
Image
remote_images = ["https://wordpresssite.com/. *"]

###Components/CategoryCard.vue
const imageSrc = '.netlify/images?url=' + node.image?.sourceUrl || '/images/placeholder.jpg';.

<NuxtImg :src="imageSrc" and more...

##Output
<img src="/.netlify/images?url=https://wordpresssite.com/wp-content/uploads/example.jpg?w=250&amp;h=300&amp;nf_resize=inside" and more...

##doc
https://docs.netlify.com/image-cdn/overview/

from woonuxt.

trinity-watanabe avatar trinity-watanabe commented on June 7, 2024

Hi
I am having the same problem and have looked into it,

There seem to be a lot of potential problems with NuxtImg and adding error handling might be a good way to go.
https://github.com/nuxt/image/issues?q=is%3Aissue+netlify+ipx

from woonuxt.

scottyzen avatar scottyzen commented on June 7, 2024

Hi guys.

I actually think this is a bug with Netlify! It's frustrating not having control to fix it.
Even loading previous versions of WooNuxt are having the same problem with images not working.

I'm hoping to hear something that might help here:
Netlify CDN Image 404 - Nuxt

This is what I think is the problem
https://answers.netlify.com/t/netlify-cdn-image-404-nuxt/116256/8?u=scottyzen

from woonuxt.

ShramkoO avatar ShramkoO commented on June 7, 2024
<NuxtImg
      :width="imageWidth"
      :height="ImageHeight"
      class="absolute inset-0 object-cover w-full h-full"
      :src="'.netlify/images?url=' + node.image?.sourceUrl || fallbackImage".  /// here
      :alt="node.image?.altText || node.name"
   ...

from woonuxt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.