forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-05 16:59:07 +02:00
parent b3d73bd215
commit f3909e5f97
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
var inlineImage = document.getElementById("desktop-expanded-image");
inlineImage.src = image.replace("100w.webp", "giphy.webp");
inlineImage.src = image.replace("200w_d.webp", "giphy.webp");
linkText.href = image;
imgLink.href=image;