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
Describe the bug
The logo image in the footer and nav is rendered in low quality in mobile devices.
Expected behavior
The logo image is rendered in the appropriate quality.
Current behavior
The property sizes in the Image component from Nextjs needs to be at least sizes="(max-width: 360px) 30vw, (max-width: 768px) 50vw, 30vw" to be rendered in good quality.
Describe the bug
The logo image in the footer and nav is rendered in low quality in mobile devices.
Expected behavior
The logo image is rendered in the appropriate quality.
Current behavior
The property sizes in the Image component from Nextjs needs to be at least
sizes="(max-width: 360px) 30vw, (max-width: 768px) 50vw, 30vw"
to be rendered in good quality.Steps to reproduce
A step-by-step on how to reproduce the bug behavior.
Possible Solution
sizes="(max-width: 360px) 30vw, (max-width: 768px) 50vw, 30vw"
The text was updated successfully, but these errors were encountered: