From 684a35f5fc7c0331d71d84613addb95bb88154fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Forcada?= Date: Wed, 20 Jul 2022 22:50:13 +0200 Subject: [PATCH] default template with native loading lazy for images --- src/instafeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instafeed.js b/src/instafeed.js index 44fa414..1a18a69 100644 --- a/src/instafeed.js +++ b/src/instafeed.js @@ -26,7 +26,7 @@ function Instafeed(options) { sort: null, success: null, target: 'instafeed', - template: '', + template: '', templateBoundaries: ['{{','}}'], transform: null };