From f312db4f6445c490cc6471b8272b440defe7941d Mon Sep 17 00:00:00 2001 From: martind2000 Date: Tue, 15 Mar 2016 22:36:39 +0000 Subject: [PATCH] Max images out at 1140px wide --- html/js/jquery.unveil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/jquery.unveil.js b/html/js/jquery.unveil.js index d530cf1..e6d89bf 100644 --- a/html/js/jquery.unveil.js +++ b/html/js/jquery.unveil.js @@ -38,7 +38,7 @@ if (!S(source).startsWith('http')) { source = 'http://' + S(source).stripLeft('/').s; } - source = 'http://image.silvrtree.co.uk/900,fit/' + source; + source = 'http://image.silvrtree.co.uk/1140,fit/' + source; this.setAttribute("src", source); if (typeof callback === "function") callback.call(this);