Skip to content

Commit a410880

Browse files
authored
Merge pull request #664 from appwrite/fix-pro-scene-flick
Fix: Image flick
2 parents ba8458a + ee76006 commit a410880

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/routes/console/(billing-modal)/hoodieCover.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@
9898
<Button on:click={wizard.hide}>Go to console</Button>
9999
</div>
100100
</Card>
101-
<img class="hoodie-image" src={Hoodie} alt="" srcset="" />
101+
<img
102+
class="hoodie-image"
103+
src={Hoodie}
104+
alt=""
105+
srcset=""
106+
style="aspect-ratio: 1.56 / 1;" />
102107
<div class="cbc-confetti" transition:fade>
103108
<Confetti
104109
x={[-1.75, 1.85]}

0 commit comments

Comments
 (0)