image icon indicating copy to clipboard operation
image copied to clipboard

fix(picture): Render nuxt picture default img with passed sizes

Open schnetzi opened this issue 3 years ago • 0 comments

🔗 Linked issue resolves https://github.com/nuxt/image/issues/584

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation or readme)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] 👌 Enhancement (improving an existing functionality like performance)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description This renders the passed sizes of the picture element in the default image source. This will prevent, ensure that the default loaded image has the size of the passed parameters.

📝 Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

schnetzi avatar Oct 04 '22 09:10 schnetzi