Lib: Make LazyImage full width
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
{#await loadImage(src)}
|
{#await loadImage(src)}
|
||||||
<!-- Loading... -->
|
<!-- Loading... -->
|
||||||
{:then data}
|
{:then data}
|
||||||
<img src={data} {...restProps} />
|
<img src={data} style="width: 100%" {...restProps} />
|
||||||
{/await}
|
{/await}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user