We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99e9f2 commit 7d3d721Copy full SHA for 7d3d721
public/js/lfm.js
@@ -22,7 +22,7 @@
22
// set or change the preview image src
23
items.forEach(function (item) {
24
target_preview.append(
25
- $('<img>').attr('src', item.thumb_url)
+ $('<img>').css('height', '5rem').attr('src', item.thumb_url)
26
);
27
});
28
0 commit comments