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 <picture> and <source> elements with the prefers-color-scheme media query, medium-zoom ignores them when image is zoomed in and it falls back to the <img> element inside <picture>.
How to reproduce
The following code results in medium zoom using the initial-commits-light.png when zoomed in regardless of the browser theme. Even if the dark version of the image is displayed, zooming in shows the light version.
Bug description
When using
<picture>
and<source>
elements with theprefers-color-scheme
media query, medium-zoom ignores them when image is zoomed in and it falls back to the<img>
element inside<picture>
.How to reproduce
The following code results in medium zoom using the
initial-commits-light.png
when zoomed in regardless of the browser theme. Even if the dark version of the image is displayed, zooming in shows the light version.Expected behavior
The zoomed image should be shown according to the browser theme.
Reproducible example
I'm not sure why but you might need to reload the embedded browser to make the image zoomable.
Link to the bug reproduction
Environment
medium-zoom
version: 1.0.6The text was updated successfully, but these errors were encountered: