gst-docs: add higher-resolution favicons
Same as on main website. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5122>
BIN
subprojects/gst-docs/theme/extra/images/favicon-120.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-128.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-152.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-16.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-180.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-192.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-196.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-228.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-32.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-57.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-76.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
subprojects/gst-docs/theme/extra/images/favicon-96.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
|
@ -1,2 +1,18 @@
|
|||
<link rel="icon" type="image/png" href="assets/images/favicon.png">
|
||||
<link rel="shortcut icon" href="assets/images/favicon.png">
|
||||
<!-- generic -->
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-16.png" sizes="16x16"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-32.png" sizes="32x32"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-57.png" sizes="57x57"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-64.png" sizes="64x64"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-76.png" sizes="76x76"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-96.png" sizes="96x96"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-128.png" sizes="128x128"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-192.png" sizes="192x192"/>
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-228.png" sizes="228x228"/>
|
||||
|
||||
<!-- Android -->
|
||||
<link rel="shortcut icon" sizes="196x196" href="assets/images/favicon-196.png"/>
|
||||
|
||||
<!-- iOS -->
|
||||
<link rel="apple-touch-icon" href="assets/images/favicon-120.png" sizes="120x120"/>
|
||||
<link rel="apple-touch-icon" href="assets/images/favicon-152.png" sizes="152x152"/>
|
||||
<link rel="apple-touch-icon" href="assets/images/favicon-180.png" sizes="180x180"/>
|
||||
|
|