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
Hi,
I was trying to set media queries for some images in the markdown editor, and I found out a problem with the "sizes" attribute.
In the dedicated part of the tutorial called sizes-with-media-queries, the example is supposed to establish two image sizes, depending on the size of the screen : 100vw when the screen is smaller than 26em, 50vw for bigger screens. The problem is that the resulting html only has the first size specification "(max-width:26em)+100vw" and not the second one for bigger screens...
Could this be fixed easily?
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to set media queries for some images in the markdown editor, and I found out a problem with the "sizes" attribute.
In the dedicated part of the tutorial called sizes-with-media-queries, the example is supposed to establish two image sizes, depending on the size of the screen : 100vw when the screen is smaller than 26em, 50vw for bigger screens. The problem is that the resulting html only has the first size specification "(max-width:26em)+100vw" and not the second one for bigger screens...
Could this be fixed easily?
The text was updated successfully, but these errors were encountered: