• I have added a video to my WP site but it displays very large. Am I able to change the size of the display to smaller in the same way as I can with an image without editing the widget which I would have no idea how to do?

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

    Can you please provide a link to your website and specify the video?

    Kind Regards, Roman.

    Thread Starter LesleyBoost

    (@lesleyboost)

    Thank you for getting back to me. Here is the link

    https://www.arthappy.me/favourite-art-supplies/tools-equipment-for-art/

    I hope you can give me some idea of how I can make the video display smaller as it does not see to give me the option to make a video smaller in the same way that you can an image.

    Thread Starter LesleyBoost

    (@lesleyboost)

    Also the video is taking ages to load on the website. I have compressed the original video to an MP4 file using Prism.

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .wp-block-video video {
        max-height: 600px;
    }

    And it looks like you still have uncompressed .mov video file there, are you sure that you’ve changed the link after compressing the video?

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change display size of video’ is closed to new replies.