Created
August 28, 2019 06:23
-
-
Save ysm-dev/2f77e713b1980911ba761287bbdffe72 to your computer and use it in GitHub Desktop.
Markdium-π« μν° ν¨ν΄μΌλ‘μμ CSS background-image μμ±
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
<picture> | |
<img | |
src="/some/man-with-a-dog.jpg" | |
alt="Man with a dog" | |
style="object-fit: cover;" | |
/> | |
</picture> | |
<!-- The new way --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment