Video Size in Column

I am using h5p for Moodle on Chrome, and can't figure out how to make the videos in Column less enormous. Even though I uncheck the button that says they should fill the screen, they still do so and it is very visually confusing. I would include a screenshot, but the videos are so large that they are taking up the entire screen. Some are embedded from youtube and some are uploaded from my computer but they all look the same. Please let me know if there is an additional way to resize the videos, thanks!

BV52's picture

Hi BelieveTeacher,

Most H5P contents are built to be responsive. It should scale down / adjust down to mobile, though not all content types. You can also try adding CSS and doing "transform: scale(0.5);" this should work. For additional information on how to do it see documentation here.

- BV52