Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #290586

    Hi there, I’d like to remove the preview photo on mobile for the easy slider videos. It looks great on laptop, but the extra photo on mobile looks bad. How can I remove the “mandatory photo”

    Please help.

    #290674

    Hi courtney_martin!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to remove the slider on mobile device:

    @media only screen and (max-width: 767px) {
    .page-id-2 div#full_slider_1 {
    display: none !important;
    }
    }

    Note that videos on the sliders won’t play on mobile device so you have to add a fallback image.

    Regards,
    Ismael

    #290677

    Hi Ismael :)

    Thank you for your reply. I added that to my Quick CSS but that also removes the video on mobile. I want to keep the video on mobile but I’d like to remove the preview photo that shows underneath the video on mobile.

    Hope you can help

    #290680

    My video plays on mobile (it’s a vimeo video that works on mobile)

    #292595

    Hey!

    Is it that first top video? I’m not seeing the preview image when loading up the page as is. What device(s) is it still happening for you on?

    Regards,
    Devin

    #293468

    Hi :)

    Yes, unfortunately there is a preview image that shows up underneath the first video on ipad and iphone.

    I’d like to remove the preview image completely on all devices, it doesn’t look good.

    Also, I want the video to be fullscreen width (just like it is on desktop) for all devices. Right now the video has a left alignment (should be fullscreen width)

    • This reply was modified 10 years, 4 months ago by Courtney.
    #293511

    Hey!

    Like I said, videos should not play on mobile device. Kriesi disabled it. That’s why you are required to add a fallback image. Removing the fallback image will only leave you a blank space when viewing on mobile. You have to remove the entire section. Did you edit anything the theme files?

    Try to edit the slide then remove the fallback image. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #293557

    Hi :)

    The video does play, which is good, I did not edit anything in the theme files at all. I just added my vimeo link to the fullwidth slider and the video is showing up on mobile and ipad.

    I updated the theme for Enfold to the latest version, I’m still having the same problem, I tried removing the image preview that shows up underneath the video, and like you said, when i look on mobile/ipad there’s a blank space with text telling me that I have to upload a preview image. My client doesn’t want a preview image, they just want the video.

    I understand that Kriesi set it so there is a preview photo for mobile and ipad, but Is there a way to remove the preview photo all together? Because my video is showing, I’d also like the video to show 100% fullwidth on devices just like it does on desktop.

    *As of right now the video preview is left aligned and not fullwidth on ipad.

    **This is the embed code that i’m using, I just placed it in the full width slider: <iframe src=”//player.vimeo.com/video/100462310?title=0&byline=0&portrait=0″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    I noticed the width is at “500” and height is at “281”…should that be removed so it will show full screen on ipad? The alignment is very off on ipad.

    • This reply was modified 10 years, 4 months ago by Courtney.
    #293560

    If there’s absolutely no way to remove the image preview for mobile and ipad… then how do i set video for just desktop so I don’t have a video AND the image preview on mobile/ipad… it looks messy.

    #293629

    This is the embed code that i’m using, I just placed it in the full width slider: <iframe src=”//player.vimeo.com/video/100462310?title=0&byline=0&portrait=0″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    I noticed the width and height…should that be removed so it will show full screen on ipad? The alignment is very off on ipad.

    #293690

    Hey!

    Thank you for using the theme.

    If you want to use the fallback image on the fullwidth easy slider, you need to use the video slide. Remove the iframe code that you added then use this URL for your video http://vimeo.com/100462310. Add a fallback image. The video will play on desktop view then show the fallback image on mobile devices.

    Best regards,
    Ismael

    #293695

    PERFECT!!!!!! It worked :)))) Thank you so much!!!!

    I am using this theme for 2 sites now and absolutely love it. Thank you for being patient :)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove image preview for video on mobile’ is closed to new replies.