WordPress 文章内嵌入B站视频自适应

WordPress 文章内嵌入 B 站视频自适应,在 B 站上打开需要引用的视频页面,在视频播放器下方找到【分享图标】—>【选择嵌入代码】—>【复制文本内容】。

方法一

在 WorePress 文章编辑中,选择【作为 HTML 编辑】,粘贴刚才复制的 B 站嵌入代码,在其<iframe src 元素标签中增加 class 属性,如:

  1. <iframe class="iframe_video"src="//player.bilibili.com/player.html?aid=243829823&bvid=BV1Sv411i7KS&cid=209606589&page=1&high_quality=1&danmaku=0" width="100%" height="100%" frameborder="no" scrolling="no" allowfullscreen="allowfullscreen"> </iframe>

之后在主题模板 Css 全局样式文件中加入如下代码:

  1. /*哔哩哔哩视频*/
  2. .iframe_video {
  3. position:relative;
  4. width:100%;
  5. }
  6. @media only screen and (max-width:767px) {
  7. .iframe_video {
  8. height:15em;
  9. }
  10. }
  11. @media only screen and (min-width:768px) and (max-width:991px) {
  12. .iframe_video {
  13. height:20em;
  14. }
  15. }
  16. @media only screen and (min-width:992px) and (max-width:1199px) {
  17. .iframe_video {
  18. height:30em;
  19. }
  20. }
  21. @media only screen and (min-width:1200px) {
  22. .iframe_video {
  23. height:40em;
  24. }
  25. }
  26. .iframe_cross {
  27. position:relative;
  28. width:100%;
  29. height:0;
  30. padding-bottom:75%
  31. }
  32. .iframe_cross iframe {
  33. position:absolute;
  34. width:100%;
  35. height:100%;
  36. left:0;
  37. top:0
  38. }

方法二

嵌入到 WordPress 文章中的 html 代码:

  1. <div class="smartideo">
  2. <div class="player">
  3. <iframe src="//player.bilibili.com/player.html?aid=243829823&bvid=BV1Sv411i7KS&cid=209606589&page=1&high_quality=1&danmaku=0" width="100%" height="100%" frameborder="no" scrolling="no" allowfullscreen="allowfullscreen"> </iframe>
  4. </div>
  5. </div>

放在 css 中的:

  1. .smartideo { z-index: 0; text-align: center; background: #CCC; line-height: 0; text-indent: 0; }
  2. .smartideo embed, .smartideo iframe { padding: 0; margin: 0; }
  3. .smartideo .player { width: 100%; height: 500px; overflow: hidden; position: relative; }
  4. .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; }
  5. .smartideo .player a.smartideo-play-link p { display: none; }
  6. .smartideo .player .smartideo-play-button { width: 0; height: 0; border-top: 25px solid transparent; border-left: 50px solid #FFF; border-bottom: 25px solid transparent; }
  7. .smartideo .tips { background: #f2f2f2; text-align: center; max-height: 32px; line-height: 32px; font-size: 12px; }
  8. .smartideo .tips a { text-decoration: none; }
  9. @media screen and (max-width:959px){
  10. .smartideo .player { height: 450px; }
  11. }
  12. @media screen and (max-width:767px){
  13. .smartideo .player { height: 400px; }
  14. }
  15. @media screen and (max-width:639px){
  16. .smartideo .player { height: 350px; }
  17. }
  18. @media screen and (max-width:479px){
  19. .smartideo .player { height: 250px; }
  20. }
溫馨提示:

文章標題:WordPress 文章内嵌入B站视频自适应

文章連結:https://www.wuyanshuo.cn/968.html

更新時間:2022年6月29日

1、本站所有資源均不添加推廣檔案或浮水印,壓縮包內若有廣告檔案和浮水印請勿輕易相信。

2、本站資源均為兩層壓縮,第一層7z(尾碼若為wys,請自行修改為7z)有解壓密碼; 第二層zip或cbz,無解壓密碼,可直接使用漫畫類軟件程式查看; 詳情可參攷解壓教程

3、本站大部分內容均收集於網絡! 若內容侵犯到您的權益,請發送郵件至:admin#wysacg.top我們將第一時間處理! 資源所需價格並非資源售賣價格,是收集、整理、編輯詳情以及本站運營的適當補貼,並且本站不提供任何免費技術支援。 所有資源僅限於參攷和學習,版權歸原作者所有!

给TA打赏
共{{data.count}}人
人已打赏
建站教程

WordPress 优化加速动静分离方法汇总

2022-6-29 17:11:29

建站教程

如何禁用或隐藏WooCommerce优惠券字段

2022-7-10 20:17:04

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索