mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
parent
dfa83bec9a
commit
bc7f5821b8
16 changed files with 26 additions and 25 deletions
|
@ -82,8 +82,8 @@
|
|||
{/if}
|
||||
{#if loaded}
|
||||
<img
|
||||
style:width="100%"
|
||||
{...$$restProps}
|
||||
style="width: 100%;{$$restProps.style}"
|
||||
src="{src}"
|
||||
alt="{alt}"
|
||||
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
|
||||
|
@ -99,8 +99,8 @@
|
|||
{/if}
|
||||
{#if loaded}
|
||||
<img
|
||||
style:width="100%"
|
||||
{...$$restProps}
|
||||
style="width: 100%;{$$restProps.style}"
|
||||
src="{src}"
|
||||
alt="{alt}"
|
||||
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue