Hi
I am trying to detect the position of a Vimeo player and I keep getting a null value.
var player_p = jQuery('#player').position();
Are you overriding this function in avia?
Hi AdrianSmithUK,
No, could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard
I was targeting the wrong thing.
This works.
var player_p = jQuery(".avia-iframe-wrap:first").position();
Kind Regards,
Adrian Smith