Home Forums Pro Themes WEN Corporate Pro Change Video Widget Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47221
    NDAVIS43521
    Participant

    Is there a way to modify the video’s frame size?

    #47299
    wensolutions
    Keymaster

    Hello @ndavis43521,

    As we are unable to understand your query properly please explain your query properly with the requirements and provide us your site URL so that we could look further into the issue provide fix.

    Hope you understand .

    Best Regards!!

    #47342
    NDAVIS43521
    Participant

    Here is the URL: https://www.smallbusinesssocialnetworking.com/

    I’d like to shrink the size of the video frame. Think of a photograph. If you have a 5×7 inch size currently and want to make it a 4×6 inch photograph. Does that make sense?

    #47377
    wensolutions
    Keymaster

    Hello @ndavis43521,

    To adjust the size of the video use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given code:

    .wp-video-shortcode {
        max-width: 700px;
        margin: 0 auto;
        max-height: 400px;
    }

    Hope this helps.

    Best Regards!!

    #47434
    NDAVIS43521
    Participant

    Awesome!! Thank You!!

    P.S. do you know why the “Play” arrow doesn’t disappear after the video starts?

    #47470
    wensolutions
    Keymaster

    Hello @ndavis43521,

    Glad we could help you .

    Also we are unable to see the arrow after the video starts. As soon as the video starts the arrow will disappears and video just play fine.

    If you have any issue further please let us know .

    Hope this helps.

    Best Regards!!

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