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

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

admin3年前 (2022-04-17)Contributors712

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
分享给朋友:

相关文章

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

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

Hostult提供大小流量不限超强稳定8年以上的免费Php/CGI主机

从免费吧搞来的好东西!此空间没有夸大其词,不信你可以去各大引擎搜索一下,2000年的演示现在还活着,最早玩空间的老手都知道的。空间申请有点难度,这就是空间稳定的所在,估计免费吧发过,看空间不错再次推荐一下,我菜鸟一个,来到免费吧没有任何作为,我不愿意发一些垃圾空间,更不愿意发一些让人无法使用的免费空间,要玩就玩好东西,介绍一些真正可以使用的东西。空间不带数据库以前外调可以使用,现在没有试过.空间演...

亿家互联论坛贺七夕,送邀请码N个,先到先得

亿家论坛贺七夕,送邀请码N个,先到先得!     2fda438e7fGnXxGz       e4c4041bad85Mv50       53e342519bODZ695...

如何开通GoDaddy的10G免费空间

每在GoDaddy注册一个域名,就可以得到一个10G的免费空间。虽然这个免费空间带有godaddy自带的广告,在使用了也有所限制。可是用来存放文件还不错的。下面就一步一步地介绍GoDaddy的免费空间的开通方法。1、登陆godaddy帐户,点击Free products,如下图:2、点击 Hostng Accounts,如下图: 3、点击 Use Credit,你注册了多少个域名,就有多...

lima-city :德国老牌无限容量可绑米免费PHP空间

lima-city是来自德国的一家老牌免费空间,无限容量,每月流量不限,FTP、Web方式上传管理文件,支持PHP5,有免费邮箱,提供MySQL数据库,提供免费二级域名1个,也可以绑定你自己的域名,仅能建立1个网站,lima-city免费PHP空间申请简单,无广告。网址:http://www.lima-city.de/进入lima-city免费空间首页后点页面导航栏中的“Anmeldu...

30G/50G流量,可绑米使用10年的免费PHP空间

- 30Gb of webspace- 50Gb of bandwidth a month- 5 Mailboxes- 5 Sub-domains- Easy web address http://YOU.websites4anyone.com- Use for your own domain if you have one- Online web page editor no software...

发表评论

访客

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