第三方视频内嵌代码(iFrame)实现响应式 2021年12月03日作者 小飞页来源 免费个人网站 应用到的的代码: .video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }