Skip to content

Commit 66a8a3b

Browse files
committed
fix: fix max preview size
1 parent 70f5e5d commit 66a8a3b

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)