How to set default width of iFrame?

4.23K viewsGeneral
0

Is there a way to set the default width of an iframe from 500px to 410px? here you can see my problem when you drop a soundcloud link.

–link stripped —

0

Hello Brad,

I don’t see anything in your given link, but you can set a width and height of an iframe like:

 <iframe src="/link" width="200" height="200"></iframe>

I ended up just setting the overflow:hidden