From 6ecb5775066efa9063390109073cc807f1f6cd7f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 16 Sep 2018 20:09:10 +0200 Subject: [PATCH] changed classes --- index.html | 8 ++++---- js/lazyload.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index af1a685..54371a1 100644 --- a/index.html +++ b/index.html @@ -126,7 +126,7 @@ clients:
- +

Design, but Open

@@ -158,7 +158,7 @@ clients:
{% for client in page.clients %} -
+
{% endfor %}
@@ -181,7 +181,7 @@ clients:
- author + author

{{testimonial.content}}

@@ -196,7 +196,7 @@ clients:
- author + author

{{testimonial.content}}

diff --git a/js/lazyload.js b/js/lazyload.js index c798c74..df1f7d3 100644 --- a/js/lazyload.js +++ b/js/lazyload.js @@ -26,7 +26,7 @@ "use strict"; const defaults = { - src: "src", + src: "data-src", srcset: "data-srcset", selector: ".lazyload" };