Skip to content

Commit

Permalink
fix: removing loading="lazy" on demo samples iframe (as Firefox bugs …
Browse files Browse the repository at this point in the history
…with it)
  • Loading branch information
divdavem committed Jan 24, 2024
1 parent 2396994 commit f116a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/lib/layout/Sample.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</div>
</div>
{/if}
<iframe class="demo-sample d-block" use:iframeSrc={sampleUrl} {title} use:handler={sampleBaseUrl} loading="lazy" />
<iframe class="demo-sample d-block" use:iframeSrc={sampleUrl} {title} use:handler={sampleBaseUrl} />
</div>
<div class="btn-toolbar border border-top-0 d-flex align-items-center p-1" role="toolbar" aria-label="Toolbar with button groups">
{#if showCodeButton}
Expand Down

0 comments on commit f116a16

Please sign in to comment.