We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e71d9 commit f3cebfaCopy full SHA for f3cebfa
1 file changed
demo/app/Sharp/Posts/Blocks/PostBlockList.php
@@ -73,7 +73,7 @@ public function getListData(): array|Arrayable
73
'visuals' => $instance->files
74
->map(function (Media $visual) {
75
if ($url = $visual->thumbnail(null, 30)) {
76
- return sprintf('<img src="%s" alt="" style="display: inline-block">', $url);
+ return sprintf('<img src="%s" alt="" style="display: inline-block; height: 30px">', $url);
77
}
78
79
return null;
0 commit comments