Skip to content

Commit

Permalink
chore: 🤖 add min width to the canvas in next example
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Aug 30, 2024
1 parent 8f8f5b7 commit 0a06ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dotlottie-next-example/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default function Home(): JSX.Element {
</Head>
<main className={`${styles.main} ${inter.className}`}>
<DotLottieReact
style={{
minWidth: '100px',
}}
src={src}
loop
autoplay
Expand Down

0 comments on commit 0a06ab3

Please sign in to comment.