added back img preview

This commit is contained in:
MathMan05 2024-06-20 22:39:39 -05:00
parent cbd5469e52
commit 53a268c9de

View file

@ -141,6 +141,10 @@ class embed{
const td=document.createElement("td");
const img=document.createElement("img");
img.classList.add("embedimg");
img.onclick=function(){
const full=new fullscreen(["img",img.src,["fit"]]);
full.show();
}
img.src=this.json.thumbnail.proxy_url;
td.append(img);
trtop.append(td);