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
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Contentz should use srcset to load optimized images for different devices.
Describe the solution you'd like
An initial solution should use convention over configuration and use the defined image as the max quality and try to load the rest adding @quality to the image file.
Describe alternatives you've considered
Detect images used in the /static and optimize them at build time. Use incremental build to avoid optimizing the same image two times.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Contentz should use
srcset
to load optimized images for different devices.Describe the solution you'd like
An initial solution should use convention over configuration and use the defined image as the max quality and try to load the rest adding
@quality
to the image file.Describe alternatives you've considered
Detect images used in the
/static
and optimize them at build time. Use incremental build to avoid optimizing the same image two times.The text was updated successfully, but these errors were encountered: