Fix Incorrect loading of images on iOS devices (#1562)

* Removing the height parameter seems to resolve the issue without noticeable differences in functionality
This commit is contained in:
thatbrick
2021-07-12 20:29:47 -04:00
committed by GitHub
parent aecab2d131
commit 1b20fd1ad6
2 changed files with 1 additions and 1 deletions

View File

@@ -99,7 +99,6 @@
&-image {
content-visibility: auto;
display: flex;
height: 100%;
width: 100vw;
picture {