You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with WebP images, larger header files still take time to load. For these I would like to consider adding LQIP hash support.
Describe the proposed solution
vite-imagetools seems to have support for this withimport inlineImage from 'example.jpg?w=16&format=webp&inline';. So it would be a matter of adding this and transitioning to the larger image with the image load event.
Alternatives considered
As a workaround, I made a wrapper around <enhanced:img>:
Describe the problem
Even with WebP images, larger header files still take time to load. For these I would like to consider adding LQIP hash support.
Describe the proposed solution
vite-imagetools
seems to have support for this withimport inlineImage from 'example.jpg?w=16&format=webp&inline';
. So it would be a matter of adding this and transitioning to the larger image with the image load event.Alternatives considered
As a workaround, I made a wrapper around
<enhanced:img>
:If there are any best practices to follow, please let me know!
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: