use https for slide images
helps to work across more platforms and browsers
diff --git a/css/style.css b/css/style.css
index ac14e36..0a301c0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1218,7 +1218,7 @@
}
.animation .device .display .slide1 {
background: #000;
- background: url("../images/bliss-desktop.jpg");
+ background: url("https://blissroms.com/images/bliss-desktop.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
@@ -1230,7 +1230,7 @@
}
.animation .device .display .slide2 {
background: #000;
- background: url("../images/bliss-tablet.jpg");
+ background: url("https://blissroms.com/images/bliss-tablet.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
@@ -1242,7 +1242,7 @@
}
.animation .device .display .slide3 {
background: #000;
- background: url("../images/bliss-phone.jpg");
+ background: url("https://blissroms.com/images/bliss-phone.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;