• Hi, I use for the website the Sydney video widget to get a video from youtube, and the result is very big. How can I change the size, I mean a smaller size.

    Thanks a lot

    Montserrat

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Edit your Sydney video widget. Under the Widget Styles options, expand the Attributes tab, then insert this CSS rules into the CSS Styles field.

    
    width:300px;
    max-width:100%;
    

    Adjust the width value to any number that meets your need.

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Thank you Kharis, it works perfect the CSS but how do you center, the text and the video is on the left side.

    Regards,
    Montserrat

    Hi Monstserrat,

    Try adding these lines:

    
    display:table;
    margin-left:auto;
    margin-right:auto;
    

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Thank you Kharis
    works perfectly.
    Regards
    Montserrat

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Size of the video’ is closed to new replies.