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
When using an image tag for an avatar image for example, we know the max width is going to be 30px on mobile and 60px on desktop. Then passing a sizes="30px, (min-width: 768px) 60px" would be super fast to write and it would load the correct image.
When using an image tag for an avatar image for example, we know the max width is going to be 30px on mobile and 60px on desktop. Then passing a
sizes="30px, (min-width: 768px) 60px"would be super fast to write and it would load the correct image.