-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Much like component directive @component, there should be @image custom directive for adding images in Shade. This would be similar to Nextjs <Image/> tag, where it would create a picture tag and handle mobile and desktop images with optimization for resolutions.
@image(url: "/images/placeholder.jpg", props: [
"width" => "1200",
"height" => "1200",
"lazy" => false,
"alt" => "placeholder"
])Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready