Waheed shah
Waheed shah
Thanks for your reply i have gone through that before this one but that's too have some exceptions.. so i thought to try this one. On 26 Oct 2017 9:52...
Ok thanks i will be waiting for this. On 27 Oct 2017 12:53 a.m., "Dominic" wrote: > Gotcha. Yeah, eventually I plan to update this, but I'm not sure when...
Thanks @SammieHo for your code. video is showing pretty nicely but when i click on the controls i get the following error. If you can help me with this it...
@kmoskwiak Can you please help me with this? i m unable to fix it yet. I need this feature asap please.
Thank you for your suggestion. how can i hide it when videois small or attach it with control bar. i m doing the following right now. (function(window, videojs) { var...
How Can i show the image only when screen is full and hide it when it minimize. I m having some problem can any help me with this. Following are...
@balindenberg Thank you for your response. i have done it with the following code: ` player.on('fullscreenchange', function() { if (!player.isFullscreen()) { // image.show(); player.addClass("hide-overlay"); }else{ // image.hide(); player.removeClass("hide-overlay"); } });`...