Max images out at 1140px wide
This commit is contained in:
parent
5d4cf1e762
commit
f312db4f64
@ -38,7 +38,7 @@
|
|||||||
if (!S(source).startsWith('http')) {
|
if (!S(source).startsWith('http')) {
|
||||||
source = 'http://' + S(source).stripLeft('/').s;
|
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);
|
this.setAttribute("src", source);
|
||||||
if (typeof callback === "function") callback.call(this);
|
if (typeof callback === "function") callback.call(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user