Created
November 16, 2019 17:07
-
-
Save Elvinz/c6c3ec83de5e7b28cdbb768ef7c4617d 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
https://myrusakov.ru/html-srcset.html | |
Фавикон генератор | |
Для генерации фавиконки воспользуемся онлайн-генератором https://realfavicongenerator.net. | |
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | |
<link rel="manifest" href="/site.webmanifest"> | |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | |
<meta name="msapplication-TileColor" content="#da532c"> | |
<meta name="theme-color" content="#ffffff"> | |
Как вставить WebP | |
<picture> | |
<source type="image/webp" srcset="img/picture.webp 1x, img/[email protected] 2x "> | |
<img src="img/picture.jpg" srcset="img/picture.jpg 1x, img/[email protected] 2x" alt="Изображения"> | |
</picture> | |
Разные изображения для десктопов и мобильников | |
<source srcset="img/mobile.jpg 1x" media="(max-width: 560px)"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment