From 9f9752a74d0d7e1150940cc08a5d2242bffcbc7c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 11 Sep 2020 13:34:01 -0400 Subject: [PATCH] Redo image loading on home page --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c6a1ea..72259bf 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@ uses:
{% if project.hero %} - + {% endif %}
{{project.title}}
@@ -110,7 +110,9 @@ uses: orderProjectGrid(); // re-order in 2 seconds in case anything was still lazy-loading + setTimeout(orderProjectGrid, 1500); setTimeout(orderProjectGrid, 2000); + setTimeout(orderProjectGrid, 5000); \ No newline at end of file