mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Add HiDPI site menu images
This commit is contained in:
BIN
docs/images/menu_dark@2x.png
Normal file
BIN
docs/images/menu_dark@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
docs/images/menu_light@2x.png
Normal file
BIN
docs/images/menu_light@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
@@ -68,8 +68,14 @@
|
|||||||
<summary class="faq__summary">How do I cast something?</summary>
|
<summary class="faq__summary">How do I cast something?</summary>
|
||||||
<div class="faq__content">
|
<div class="faq__content">
|
||||||
<picture style="float: right">
|
<picture style="float: right">
|
||||||
<source srcset="images/menu_light.png" alt="Media context menu" media="(prefers-color-scheme: light)">
|
<source alt="Media context menu"
|
||||||
<img src="images/menu_dark.png" alt="Media context menu">
|
srcset="images/menu_light.png,
|
||||||
|
images/menu_light@2x.png 2x"
|
||||||
|
media="(prefers-color-scheme: light)">
|
||||||
|
<img alt="Media context menu"
|
||||||
|
src="images/menu_dark.png"
|
||||||
|
srcset="images/menu_dark.png,
|
||||||
|
images/menu_dark@2x.png 2x">
|
||||||
</picture>
|
</picture>
|
||||||
<p>
|
<p>
|
||||||
Ignore the toolbar button for now, it's just a placeholder for development.
|
Ignore the toolbar button for now, it's just a placeholder for development.
|
||||||
|
|||||||
Reference in New Issue
Block a user