Problem with embebed video - by Lisandro

This topic has 4 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler

  • Avatar: Lisandro
    Lisandro
    Participant
    November 4, 2020 at 17:41

    Hi there! I am having problems with a video that I have inserted in the “About us” page, I can see it perfectly on desktop but on mobile the video is totally displaced and of the wrong size and I have already looked for a way to solve it without success.

    The page is https://terranian.es/nosotros/ and I have attached a screenshot of how it looks on mobile.

    https://mega.nz/file/McJ3wAhD#mG5Rnl4gGTFAu2ytKzvfhD1zWlghtPLxqvjPyYaeteA

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 4, 2020 at 19:39

    Hello,

    Add the below code to Theme Options > Custom CSS to make the video wider on the mobile device

    @media only screen and (max-width: 992px){
        #etheme-popup-holder {
            left: unset;
            transform: translateY(-50%);
        }
    }

    Regards

    Avatar: Lisandro
    Lisandro
    Participant
    November 5, 2020 at 18:42

    Here I am!!! Thanks a lot Olga! Working perfectly though decided to use a YT video instead a self hosting video. Hugs!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 6, 2020 at 08:10

    Hi,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.