Skip to content

Commit 8bb1d96

Browse files
authored
Merge pull request #13 from devforth/limiting-max-preview-size
fix: fix max preview size
2 parents 5765431 + 66a8a3b commit 8bb1d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="max-w-[480px]">
2+
<div>
33
<template v-if="url">
44
<img
55
v-if="contentType && contentType.startsWith('image')"

0 commit comments

Comments
 (0)