Skip to content

Commit

Permalink
Update modification.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bylampa authored Oct 25, 2024
1 parent 042b161 commit 9b650a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modification.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
if (filePath !== "") {
// Создание объекта Image
var img = new Image();
img.src = Lampa.TMDB.image("/t/p/w300" + filePath);
img.src = Lampa.TMDB.image("/t/p/w200" + filePath);
img.style.marginTop = "5px";
img.style.maxHeight = "125px";

Expand Down

0 comments on commit 9b650a6

Please sign in to comment.