• Resolved Tim Burkart

    (@bigmoxy)


    Is it possible to resize a video when using the video block? I have tried using CSS but it seems I can only affect the width.

    Any insight is appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can place the Video Block in a container (Row or Column block), and set a width for the container. That should resize the video proportionally.

    Custom CSS should work if using an appropriate selector.

    Your CSS is working: your custom class table-video is setting the figure element to 50% of the parent div, and that’s working excellently. If you want it smaller, reduce the width further but be mindful of mobile display (you probably want to use max-width instead). Alternatively, you could target the video element itself, not the parent figure element.

    Good luck!

    Thread Starter Tim Burkart

    (@bigmoxy)

    Thank you, George! I implemented a columns block for the solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting the display size of a video’ is closed to new replies.