Video Mobile Device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27546
    Anne Flakstad
    Participant

    Can I not get the video to play on mobil?

    I would also like to be able to have the hole portfolio image as a link on the front page, right now the user need to click on the text. How can I get around this?

    Thanks 🙂

    #27554
    Raghavendra
    Moderator

    The video is a background video which cannot play on mobile since mobile OSes disallow automatic video playback to help conserve limited resources like battery on mobile. If you need a video to play on mobile, you will need to use the video embed provided by YouTube/Vimeo and play the same not as a foreground video.

    You can make the image clickable pointing to the portfolio page by having this custom CSS –

    
    .type-portfolio .image-info {
        display: none;
    }
    
    .type-portfolio .image-overlay {
        display: none;
    }

    It will disable the text on image and instead make the image clickable.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Wired Theme Support’ is closed to new topics and replies.