Skip to content

Commit d0ceab8

Browse files
author
Maya Shavin
committed
fix(bug): round corner for thumbnail
1 parent ace9534 commit d0ceab8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/Thumbnail.vue

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export default {
5353
},
5454
effect.preset || {},
5555
...(effect.transformation || []),
56+
{
57+
radius: "max",
58+
},
5659
]
5760
: [];
5861
},

0 commit comments

Comments
 (0)