fulldotdev / ui

The Astro UI library to build content sites
https://ui.full.dev
MIT License
239 stars 12 forks source link

[chore]: Make image component work with Astro image. #39

Closed jeremybosma closed 4 months ago

jeremybosma commented 4 months ago

Feature description

The ideal scenario is to convert external URLs into an internal format like Astro.glob. This way, inferSize can always be set to true, saving developers the time and effort of manually checking and setting the width and height for each image.

Affected component/components/documentation

Image

Before submitting

linear[bot] commented 4 months ago

FULL-542 [chore]: Make image component work with Astro image.