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

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

admin4年前 (2022-04-17)Contributors976

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://432l.com/post/9700.html

标签: WordPress
分享给朋友:

相关文章

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

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

web335 广互网络科技免费300M全能空间申请

web335 广互网络科技免费300M全能空间申请 免费空间,免费全能空间,免费动态空间,国内最好的免费空间-广互网络科技 由广互网络科技有限公司提供300M免费全能空间,支持asp,asp.net,php经测试,虽然空间免费,空间比较稳定,速度良好,相对国内其它免费空间来说,这是个不错的选择。 空间采用独立面板管理,FTP上传,没有网页广告,默认赠送二级免费域名,可绑定顶级域名, 自行...

stonerocket.提供1G大小25G流量的Cpanel面板免费PHP空间

Free Cpanel PHP/MySQL Web HostingScripts & Usage | Freehosting | 免费空间 | 2009.05.26 http://stonerocket.net提供1G空间25G流量的免费Cpanel空间。We Have been offering reliable free web hosting since 2005这是一家从2005年就开始提...

Hosting4You - 提供250M可绑米cPanel面板免费PHP空间

Hosting4You免费空间,250M容量,每月10G流量限制,简体中文版cPanel主机管理面板,支持FTP、Web方式上传管理文件,支持PHP、CGI,提供10个MySQL数据库,10个邮箱帐户。Hosting4You免费PHP空间提供免费二级域名1个,可绑定10个域名,可建立10个不同的独立网站,目前没发现广告。网址:http://www.hosting4you.net演示:http://...

1000G.免费提供1000G全能免费空间

1000G.in免费全能空间申请,超大免费空间,注册即可开通。首先站长提醒:拿过来玩玩还行,可是要是真的作站,呵呵,等着哭吧功能:免费空间支持ASP + ACCESS + PHP5 + Zend3 + GD2 + Rewrite           配置:1000G网页空间资源:无限IIS...

如何在Godaddy免费空间上绑定其他域名

在Godaddy注册一个域名,还可以获得Godaddy赠送的一个10G的免费空间。虽然是免费空间,速度还挺快的,容量也蛮大,遗憾的是网页顶部有个巨大的广告,挺不爽。虽然网上有去除广告的方法,但毕竟是违规操作,有可能被关闭空间,不值得冒这个险。 在开通Godaddy提供的免费空间过程中需要选择一个域名,这个域名默认地就绑定到了这个免费空间上。很多朋友就认为域名和免费空间是绑在一起的,其实这...

发表评论

访客

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