diff options
author | bt <bt@web> | 2023-12-12 09:40:34 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-12 09:40:34 -0500 |
commit | 55cbf1bedd2e85494cf95c978822c1527de9860b (patch) | |
tree | 6d59d37cf190d6300b84569a3fa31b2eb5a4a981 /posts/css-video-backgrounds.md | |
parent | 6063db15d3995bd5b29d20878058ac22aab2af5b (diff) |
Diffstat (limited to 'posts/css-video-backgrounds.md')
-rw-r--r-- | posts/css-video-backgrounds.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/css-video-backgrounds.md b/posts/css-video-backgrounds.md index d4a3123..d8b1b14 100644 --- a/posts/css-video-backgrounds.md +++ b/posts/css-video-backgrounds.md @@ -1,6 +1,5 @@ -# CSS Video Backgrounds - -2018-04-16 +[[!meta title="CSS Video Backgrounds"]] +[[!meta date="2018-04-16"]] With the release of Safari 11.1 on macOS and Safari on iOS 11.3, developers now have the ability to support background videos (mp4 support only - at the time of this article) with pure CSS. |