Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Width of embedded BandCamp media player limited to 700px even if containing iframe is 100% Trying to set a width of embedded player from BandCamp to 100%, but it ends up being limited to 700px

@Ravi8258870

Posted in: #Css #Html

Trying to set a width of embedded player from BandCamp to 100%, but it ends up being limited to 700px - a limitation they seem to have imposed to div #player via inner CSS, which I'm trying to work around.

The player will stretch across the page I change max-width via Inspect Element, but I don't know how to do this via CSS/HTML. Here's the code to their player

<iframe style="width:100% !important; height: 274px; border: 0px" src="https://bandcamp.com/EmbeddedPlayer/album=1353674788/size=large/bgcol=333333/linkcol=0f91ff/artwork=small/transparent=true/" seamless></iframe>

codepen.io/pen/pwRLRz

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme