Skip to content

Commit 7d3d721

Browse files
committed
fix size of stand alone button preview images
1 parent e99e9f2 commit 7d3d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/lfm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// set or change the preview image src
2323
items.forEach(function (item) {
2424
target_preview.append(
25-
$('<img>').attr('src', item.thumb_url)
25+
$('<img>').css('height', '5rem').attr('src', item.thumb_url)
2626
);
2727
});
2828

0 commit comments

Comments
 (0)