Created
September 5, 2021 07:26
-
-
Save WesleySmits/54e42a84139a4afe27bce6d7f5ac13e9 to your computer and use it in GitHub Desktop.
content-visibility: auto; with intrinsic size.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.element { | |
content-visibility: auto; | |
contain-intrinsic-size: 1000px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment