Poster.png 滑动了 30px

发布于 2024-11-01 21:27:20 字数 552 浏览 4 评论 0原文

这里:http://waldvisuals.com/video/

这是在 WordPress 中。这是页面上的代码:

Showreel

[video mp4="http://waldvisuals.com/wp-content/uploads/video/Showreel.mp4" ogg="http://waldvisuals.com/wp-content/uploads/ video/Showreel.ogv" webm="http://waldvisuals.com/wp-content/uploads/video/Showreel.webm" poster="http://waldvisuals.com/wp-content/uploads/video/poster. png" preload="true" width="640" height="360"]

在 iPad 上不会滑动,但通过 Safari 和 Firefox 在 Mac 上会滑动。有修复吗?

干杯

Here: http://waldvisuals.com/video/

It's in Wordpress. Here's the code on the page:

Showreel

[video mp4="http://waldvisuals.com/wp-content/uploads/video/Showreel.mp4" ogg="http://waldvisuals.com/wp-content/uploads/video/Showreel.ogv" webm="http://waldvisuals.com/wp-content/uploads/video/Showreel.webm" poster="http://waldvisuals.com/wp-content/uploads/video/poster.png" preload="true" width="640" height="360"]

Doesn't slip on an iPad, but does on a Mac via Safari and Firefox. Any fixes?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戒ㄋ 2024-11-08 21:27:20

我知道这是一篇旧帖子,但如果有人遇到这个......
我也有同样的问题。这是因为模板在帖子中的每个 IMG 周围创建了 1em 的边距。
我通过将 mediaelement-and-player.min.jsediaelement-and-player.js 中的

术语

<img width="100%" height="100%" />

替换为

<img width="100%" height="100%" style="margin:0;padding:0;border:0;" />

I know this is an old post, but if someone comes across this...
I had the same problem. It was because the template created a 1em margin around every IMG in posts.
I solved this by replacing in mediaelement-and-player.min.js and ediaelement-and-player.js

the term

<img width="100%" height="100%" />

with

<img width="100%" height="100%" style="margin:0;padding:0;border:0;" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文