torchbox / wagtailmedia

A Wagtail module for managing video and audio files within the admin
https://pypi.org/project/wagtailmedia/
BSD 3-Clause "New" or "Revised" License
224 stars 70 forks source link

Pass video width and height to player #192

Closed brylie closed 1 year ago

brylie commented 1 year ago

In some cases, the user will want to use or specify the video height, rather than use a hard-coded value. This example shows how to use the actual width and height values from the media item.

zerolab commented 1 year ago

Thank you @brylie