diff --git a/app/components/sc-player/sc-player.html b/app/components/sc-player/sc-player.html index f4a3ca9..b396de0 100644 --- a/app/components/sc-player/sc-player.html +++ b/app/components/sc-player/sc-player.html @@ -8,16 +8,23 @@ width: 50%; display: block; } + + #sc-iframe{ + width: 100%; + height: 400px; + } + + #sc-player{ + width: 100%; + } - - + + + -

PLOP

- + \ No newline at end of file