Thumbnail-generierung für dir Fotos mit eingebaut

This commit is contained in:
Sven.Schmalle
2019-11-21 10:08:17 +01:00
parent 176dfefa84
commit c746f0bae5
3 changed files with 57 additions and 3 deletions

View File

@ -64,7 +64,7 @@
for ( var i = 0, l = content.length; i < l; i++ ) {
var ObjInhalt = content[i];
$("#Ordner").append(""+
"<img src=\""+ServerAPI+"/img/"+folder+"/"+ObjInhalt+"\" width=100 height=100>"+
"<img src=\""+ServerAPI+"/thumb/"+folder+"/"+ObjInhalt+"\" width=200>"+
"<a href=\""+ServerAPI+"/img/"+folder+"/"+ObjInhalt+"\">"+
ObjInhalt+"</a><hr>");
}