Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #719253

    Hi Enfold.

    I wonder to know if it’s possible to hide an image on tablet only? The image frame is in a color section with a video and i want to hide the image on tablet only?

    Further more i wonder to know how i control the margin on a separator on tablet only, e.g. i have top and bottom margin at 100 px and on tablet i want it to be 50px, is this possible?

    Further more i ask you a question 2 days ago, i wonder to know how i got a video to automatic playing on tablet horizontal only, is this possible?

    Looking forward to her from you soon.

    Regards
    Soren

    #719516

    Hey vanggrafisk,

    Could you post a link to the site in question and point out the changes you would like to make please? A screenshot highlighting the changes might help us understand better.

    About your video question: autoplay videos are disabled on mobile devices due to manufacturer restrictions unfortunately.

    Best regards,
    Rikard

    #719549

    vanggrafisk.dk/ne

    #719992

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home #vidtab img {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #720030

    Thank you very much.
    My next issue is, that i can’t start the video on mobeil devices when i push the video button, thats importent for my cliebt that is possible?

    Looking forward to her from you.

    Regards
    Soren

    #720090

    Hi!

    Is your video published, as mobile friendly?

    Thank u

    Cheers!
    Basilis

    #720094

    You need to be more specific, i do not understand what you mean? Here is the link: http://ne.dk
    If you push the video button you will see the video dont start?

    Regards
    Soren

    #721143

    Hi,

    I checked your website on my iphone 5s and i am able to click and play the video. Which device are you using?

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.