Max images out at 1140px wide

This commit is contained in:
martind2000 2016-03-15 22:36:39 +00:00
parent 5d4cf1e762
commit f312db4f64

View File

@ -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);