吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2011|回复: 4
收起左侧

[求助] iframe内嵌视频无法在移动端正常播放

[复制链接]
yzqhj 发表于 2020-7-23 12:29
有大佬指教一下么?就是html里面引入iframe内嵌视频,在pc端能正常播放,但是在移动端,就无法正常显示了,求解!

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

星凯 发表于 2020-7-23 13:31
换IFm代码
[HTML] 纯文本查看 复制代码
<html lang="en">
<head>
 <meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script  src="http://libs.baidu.com/jquery/1.7.2/jquery.min.js"></script>
<title>97解析</title>
<meta name="keywords" content="解析析">

<meta name="description" content="本解析仅用于学习交流参考,请勿非法商用!。" />
  </head>
<body style="padding:0px 0px;margin:0px 0px">
<!--97解析-->

<iframe id="iframepage" allowFullScreen=ture marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="<?php echo 'https://jx.popo520.cn/jiexi/?url='.$_GET["url"];?>" height="100%" width="100%"></iframe>

 
<script>
    $(function(){
        var h = $(window).height();
        $('body').height(h);
        $(window).resize(function(){
            var h = $(window).height();
            $('body').height(h);
        })
    });

</script> 
 楼主| yzqhj 发表于 2020-7-23 16:37
星凯 发表于 2020-7-23 13:31
换IFm代码
[mw_shl_code=html,true]

C:\Users\Administrator\Desktop\1.png
兄台,移动端还是不能访问
 楼主| yzqhj 发表于 2020-7-23 16:46
星凯 发表于 2020-7-23 19:33
yzqhj 发表于 2020-7-23 16:46
兄台移动端还是不能访问哎

那就是你模板的问题或者是播放器
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 14:40

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表