Closed (duplicate)
Project:
Video Filter
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 08:02 UTC
Updated:
6 Mar 2016 at 13:00 UTC
Jump to comment: Most recent
Comments
Comment #1
rv0 commentedyeah the code completely ignores these parameters
and there's no grouped way of storing them in the $video variable, so there's no way to quick fix it dynamically, would require more changes to the module I think.
ideally a codec's info would expose the possible parameters to the GUI.
Meanwhile, you can do it in a custom module or theme function.
In a module:
- use hook_theme_registry_alter to add your own theme functions to video_filter_flash and video_filter_iframe
then, in the theme function, use your custom code..
for the iframe i had to use something like this:
Comment #2
damienmckennaI believe this was completed in #1908050: Ratio bug & YouTube parameter support (loop, modest branding, controls, autohide, showinfo, theme, color).