From c850dcd6c46dcb28fb6bb4fb54e4af3d9bf8ba52 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 3 Jan 2019 22:48:17 +1100 Subject: [PATCH] Update parallax example to use https: URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s very common for http: URLs not to load in https: page now. These images are served on https: also, so use that. --- site/content/examples/parallax/App.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/content/examples/parallax/App.html b/site/content/examples/parallax/App.html index c7781e7a3f..38ffd716b5 100644 --- a/site/content/examples/parallax/App.html +++ b/site/content/examples/parallax/App.html @@ -8,11 +8,11 @@
- - - - - + + + + +
@@ -73,4 +73,4 @@ } :global(body) { margin: 0; padding: 0; } - \ No newline at end of file +