delucis / astro-embed

Low-JavaScript embed components for Astro websites
https://astro-embed.netlify.app
MIT License
166 stars 24 forks source link

Feature Request: disable images via a prop #129

Closed jasikpark closed 5 days ago

jasikpark commented 2 weeks ago

It'd be nice to be able to not render images for an open graph link when you want something that's less large / if the open graph image is not of high value.

Ex:

image

v.s.

image
delucis commented 1 week ago

Seems like a reasonable request if you’d like to PR?

Other option is to hide the image with CSS, but obviously just skipping it in the component output would be ideal, so wouldn’t mind adding this 👍