Mobile Autoplay / Display issue
-
Long story short, my theme support said the following plugin-generated snippet was preventing Featured Video & Featured Images from displaying on mobile:
@media handheld, only screen and (max-width: 1023px) {
.homepage .page-banner .hide-img {
display: none;
}
}After changing the DISPLAY to INLINE the images and video appear but I have lost AutoPlay functionality on MOBILE ONLY (website still working just fine / tested on iOS / Android).
What can I do to regain AutoPlay on mobile?? Something to do with the “wp_is_mobile” function?
***P.S.*** Please Help! I took the time to look through all 39 pages of this forum to ensure I wasn’t posting duplicitous content, and my next step if we can’t get the mobile AutoPlay is to ditch the plugin and hire a developer…we don’t want to do that we love the plugin!!
- The topic ‘Mobile Autoplay / Display issue’ is closed to new replies.