admin管理员组文章数量:1418039
This is my first post here. The video on this page is not showing up with smaller resolutions. Will be happy to have a solution. We are using the Jupiter theme for our site.
This is my first post here. The video on this page is not showing up with smaller resolutions. Will be happy to have a solution. We are using the Jupiter theme for our site.
Share Improve this question asked Jul 29, 2019 at 8:38 Rajdeep RoyRajdeep Roy 11 bronze badge1 Answer
Reset to default 0This is more of a CSS related issue than a Wordpress one, but it looks like you have a media query which hides the mk-section-video class when the window width is between 1024px and 320px.
Here is the CSS you'll need to remove inside your Jupiter theme stylesheet in order to keep the video displayed
@media only screen and (max-width: 1024px) and (min-device-width: 320px)
.mk-section-video {
display: none!important;
}
In the Jupiter theme you can add CSS here..... Jupiter > Theme Options > Advanced > Custom CSS
本文标签: themesVideo not showing on smaller resolutions
版权声明:本文标题:themes - Video not showing on smaller resolutions 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745274461a2651095.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论