• Resolved aniraka

    (@aniraka)


    Hello dear Neve community,

    I haven’t found a way to change the size of the video embeded on my page. I want it to be aligned left, but can not change the size.

    Any clues?

    Many thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @aniraka,

    In order to change the size of please go to Customizer -> Additional CSS and add the following lines of code:

    .fluid-width-video-wrapper {
        width: 800px;
        
        height: 500px;
    }

    You can modify the numbers of ‘width’ and ‘height’ until they fit your needs.

    Let us know if you have any more questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Size of video in embed environment’ is closed to new replies.