Video Slider Not Working On Mobile Devices

Hi, can yiou please make your slider plugin work for videos (YouTube links don’t work on mobile devices). The video screen is teensy tiny and cannot be expanded to fill the screen, so it’s rendered unusable, sadly. Your desktop version is primo… please let me know ehen this feature works properly.

info@whiskeyhillfarms.com

  • Randall
1 Like

Hi there @Randall_White :wave:

Sure, your request is now with our devs! I’ll get back to you once I receive a response form them :slightly_smiling_face:

Hi @Randall_White :wave:

Please add this code to the Custom CSS field on the Advanced tab of your widget’s settings:

@media (max-width: 440px) {
  .eapp-slider-media-container,
  .eapp-slider-slide-component {
    padding: 0;
  }

  .eapp-slider-slide-inner {
    width: 100%;
  }
}

Check it out and let me know if you like what you see :slightly_smiling_face:

Thank you Max!

Can you also provide code so that the widget doesn’t change the font to a serif font? I like the slider’s look in Elfsight’s admin view, but it’s flipping / breaking in the Zyro website:

Respectfully,

Randall White

Founder / agencyXcursion

1 Like

Sure, here you can find the code for changing the font Change font for all elements (Slider)

You are very welcome to set any font providing it is installed on your website and supported by your browser :slightly_smiling_face: