We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b94d9 commit 92833c4Copy full SHA for 92833c4
src/lib/components/deezer.svelte
@@ -5,6 +5,7 @@
5
export let frameSrc: string = ''
6
export let height: string = '300px'
7
export let width: string = '100%'
8
+ export let iframe_style: string = 'border-radius: 0.6rem;'
9
</script>
10
11
<GeneralObserver {height} {width}>
@@ -16,5 +17,6 @@
16
17
frameborder="0"
18
allowtransparency
19
allow="encrypted-media; clipboard-write"
20
+ style={iframe_style}
21
/>
22
</GeneralObserver>
0 commit comments