简体   繁体   中英

External iframe change size

Please take a look at the first video (iframe) here Is it posible to somehow change width and height so it would look like other videos?

在此处输入图片说明

The only way to reposition iframe and hide other parts.

add below CSS to iframe:

margin: -60px 0 0 -127px;
width: 500px;
height: 299px;

and add overflow:hidden; to container div which has latestPostOtherVideo class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM