Created
January 12, 2023 10:35
-
-
Save ahmedghazi/dd9169a3043fb1919aea30d0e33f8eae to your computer and use it in GitHub Desktop.
This file contains hidden or 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
img{ | |
width: 100%; | |
height: 100%; | |
object-fit: cover; | |
-ms-interpolation-mode: nearest-neighbor; | |
image-rendering: -moz-crisp-edges; | |
image-rendering: pixelated; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment