
Launch full screen action from another action
Hello,
I have an independant "fullscreen" picture on my website.
On click on this picture, i want to launch my video on full screen (as a click on the fullscreen action embeded in JW Player).
How i can do that ?
Thanks
PS : I try the following code without succes (the class "full" is on my custum picture)
$(".full").click(function(e){
$(".jw-icon-fullscreen").trigger("click");
});