Posted by Mark Vincent Verallo on September 6, 2011 at 2:04pm
8 followers
| Project: | Video.js (HTML5 Video Player) |
| Version: | 7.x-2.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is there a way to set video width and height like the one in the videojs embed builder?
Comments
#1
subscribe
I'm looking for a solution that works on a per video basis, not a global height and width setting (which is located in the module configuration area).
#2
Maybe in a later version.
#3
Hi,
Thanks for this module, i need to set different width and height by field for different content type, so here is a patch to add this feature.
Regards.
Mog
#4
@mogtofu33 you appear to be using 2.40 aspect ratio in your patch. I'm curious about your source format. Are you cropping from HD and then outputting a new file for upload, or are you transcoding directly from your source files?
#5
I just use default values already set by videojs in admin settings.
Currently i am not using this module in production, i will probably have some user feedback when website will be launched...
#6
I see, thanks for the clarification.
@Jorrit then I'd suggest using a default value of 360 (instead of 264) for 'videojs_height' in videojs.theme.inc and videojs.admin.inc.
#7
I have changed the default resolution and committed this patch. I have changed the patch such that it is possible to leave the field-specific form empty and get the default values. I also added some form validation. I hope you like the changes.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.