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
Hello, I get fitting image source problem as follows:
At a viewport of 320x427 the image was displayed 272 pixels wide, but the closest provided image has a width of 603 which is 55% off. The affected viewports are 300x169-340x453.
Strange though that in my source is specified media="(min-width: 568px) for srcset width 603w, while media="(max-width: 567px)" has the 320w and I believe is this one that Lint should consider for viewports 300x169-340x453. Am I missing something?
Hello, I get fitting image source problem as follows:
At a viewport of 320x427 the image was displayed 272 pixels wide, but the closest provided image has a width of 603 which is 55% off. The affected viewports are 300x169-340x453.
Strange though that in my source is specified media="(min-width: 568px) for srcset width 603w, while media="(max-width: 567px)" has the 320w and I believe is this one that Lint should consider for viewports 300x169-340x453. Am I missing something?
Here's my markup:
The text was updated successfully, but these errors were encountered: