Update site preview images

This commit is contained in:
hensm
2019-07-26 03:06:40 +01:00
parent b213a8d85c
commit 6204e7d460
7 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<img src="docs/images/preview-fg_macOS@2x.png" <img src="docs/images/preview-fg_macOS_dark@2x.png"
alt="Preview of cast device selection popup" alt="Preview of cast device selection popup"
align="right" align="right"
width="396"> width="462">
# fx_cast # fx_cast

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View File

@@ -241,11 +241,11 @@ body {
margin-top: 1rem; margin-top: 1rem;
} }
.preview--fg[src="images/preview-fg.png"] { .preview--fg[src="images/preview-fg_macOS_dark.png"],
transform: translate(-56px, -28px); .preview--fg[src="images/preview-fg_macOS_dark@2x.png"],
} .preview--fg[src="images/preview-fg_macOS_light.png"],
.preview--fg[src="images/preview-fg_macOS.png"] { .preview--fg[src="images/preview-fg_macOS_light@2x.png"] {
transform: translate(-22px, -18px); transform: translate(-55px, -36px);
} }

View File

@@ -263,12 +263,19 @@
src="images/preview-bg.png" src="images/preview-bg.png"
srcset="images/preview-bg.png, srcset="images/preview-bg.png,
images/preview-bg@2x.png 2x"> images/preview-bg@2x.png 2x">
<img class="preview preview--fg"
alt="Screenshot preview, foreground" <picture style="display: contents">
width="396" <source alt="Media context menu"
src="images/preview-fg_macOS.png" srcset="images/preview-fg_macOS_light.png,
srcset="images/preview-fg_macOS.png, images/preview-fg_macOS_light@2x.png 2x"
images/preview-fg_macOS@2x.png 2x"> media="(prefers-color-scheme: light)">
<img class="preview preview--fg"
alt="Media context menu"
width="462"
src="images/preview-fg_macOS_dark.png"
srcset="images/preview-fg_macOS_dark.png,
images/preview-fg_macOS_dark@2x.png 2x">
</picture>
<footer class="footer"> <footer class="footer">
<div class="links"> <div class="links">