当前位置:首页 > Contributors > 正文内容

WordPress文章内容中插入外链视频,如何自适应屏幕宽度?

admin4年前 (2022-04-17)Contributors977

wordpress 视频如何自适应屏幕宽度?在wordpress里面插入这样一段代码:

<video controls preload="auto"  poster="视频封面地址" max width="100%" max height="100%" src="视频地址"></video>


WordPress文章中插入视频自适应页面大小代码

如果我们将一些网站的视频以iframe的形式直接贴在WordPress的博客或者网站当中的话,视频在页面的尺寸会非常的小,很不利于我们的观看。所以就想个办法将这个功能完善一下。

好了,不多说,直接上代码,记得将分享地址的代码简单修改一下。

<div class="smartideo">
<div class="player"><iframe src="//player.bilibili.com/player.html?aid=53452583&amp;cid=93503857&amp;page=1" width="100%" height="100%" frameborder="no" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></div>
</div>

这里是需要给div定义类名,方便在css当中给视频定义样式。

最重要的一部分来了,定义视频的样式。

.smartideo { z-index: 0; text-align: center; background: #CCC; line-height: 0; text-indent: 0; }
.smartideo embed, .smartideo iframe { padding: 0; margin: 0; }
.smartideo .player { width: 100%; height: 500px; overflow: hidden; position: relative; }
.smartideo .player a.smartideo-play-link { display: block; width: 50px; height: 50px; text-decoration: none; border: 0; position: absolute; left: 50%; top: 50%; margin: -25px; }
.smartideo .player a.smartideo-play-link p { display: none; }
.smartideo .player .smartideo-play-button { width: 0; height: 0; border-top: 25px solid transparent; border-left: 50px solid #FFF; border-bottom: 25px solid transparent; }
.smartideo .tips { background: #f2f2f2; text-align: center; max-height: 32px; line-height: 32px; font-size: 12px; }
.smartideo .tips a { text-decoration: none; }
 
@media screen and (max-width:959px){
    .smartideo .player { height: 450px; }
}
@media screen and (max-width:767px){
    .smartideo .player { height: 400px; }
}
@media screen and (max-width:639px){
    .smartideo .player { height: 350px; }
}
@media screen and (max-width:479px){
    .smartideo .player { height: 250px; }
}


扫描二维码推送至手机访问。

版权声明:本文由博赚恋吧资源站发布,如需转载请注明出处。

本文链接:https://www.432l.com/post/9700.html

标签: WordPress
分享给朋友:

相关文章

700Megs - 1400M可绑顶级域名免费PHP空间

来自美国的700Megs为大家提供1400M免费空间,每月7000M流量,但单个文件限制20M以内且有文件类型限制,FTP、Web方式上传管理文件,支持PHP5,提供5个MySQL数据库、5个MySQL用户,采用LayeredPanel管理面板,管理面板中可一键安装WordPress、phpBB2、Xoops、Joomla、Mambo等十几种热门PHP程序。提供1个免费二级域名,可以绑定2个顶级域...

博赚恋吧推荐----myd.net为您提供10G免费PHP空间

 myd.net为您提供10G免费PHP空间myd.net是美国一家虚拟主机空间提供商,为您免费提供10G大小的PHP空间,下面是该站点对免费空间的介绍:该免费空间主要性能为:无广告、无横幅图片10G大小网页空间100G月流量上限带CP在线控制面板、支持FTP远程管理可以免费绑定域名免费网络演示地址:http://freewl.myd.net/免费网络PHP探针:http://freew...

恋吧推荐-----900MEGS 提供15G可绑米支持FTP的PHP空间

          来自美国的900MEGS为大家提供15G免费空间,每月500G超大流量,但单个文件限制2M以内且有文件类型限制,ftp、web方式上传管理文件,支持PHP5,提供50个MySQL数据库、50个MySQL用户,采用LayeredPanel管理面板,管理面板中可一键安装WordPress、ph...

420MB-提供5G可绑米CP面板免费PHP空间

420MB提供5G可绑米免费空间,支持PHP5、CGI。可绑定域名。网址:http://www.420mb.com。...

PurgeHosting - 支持FTP、PHP、CGI大小250M/1G的国外免费空间

PurgeHosting - 支持FTP、PHP、CGI的国外免费空间250M/1GPurgeHosting美国的一家虚拟主机服务商,为广大用户价格低廉的虚拟主机和代理主机,同时提供250M-1000M的免费虚拟主机。其提供的免费空间具有cPanel中文管理面板,ftp(3个ftp帐户)、web方式上传管理文件,支持PHP5、CGI,提供3个MySQL数据库,有免费二级域名,可以绑定1个域名、停放...

世纪中国免费提供500M可绑米全能空间

永久免费500M全能空间 空间功能: 中文独立控制面板 支持顶级域名绑定 脚本支持: HTML,ASP,PHP,ASP.NET 产品类型 500M免费空间全能(m1001型) 网站空间 500M 数据库空间 access数据库 mysql数据库 mssql数据库 捆绑专业邮局 √ 数 据 库: access数据库 免费支持: 动易/乔客/新云/帝国/数字人等组件 申请地址...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。