Hello Django Forum Members,
Not sure if this is the correct forum or area to post this question, but thought I would start here. I am using django-embed-video for a project and would like the embedded video size to be somewhat responsive. I can see from the readthedocs that there are several ways to adjust the size. The only method that seems to allow for responsive nature is using “relative percentual size” (e.g. {% video my_video ‘100% x 50%’ %}). On my app, the first part of the string - the “100%” in the example above seems to dynamically adjust the width based on the width the viewing screen, but can’t seem to figure out what the “50%” part does. Can someone point me in the direction of the interpretation of the 2nd part of the string? Varying the percentage in the 2nd part of the string does not seem to have an affect on the height of the video.
If this is not an appropriate place to post a question related to the django-embed-video app, could you please suggest a good resource for django apps?
Thanks in advance for the help,
Chris