nata_r10
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
@ebimania perfect explanation, sorry if I was not that clear at first!
@ebimania: I wrote one js script my self and included it on a template .js file. This is it:
//Reset the content of the video player when selecting a video
//So that way the videos wont play two videos at a timejQuery(function($) { $( document ).ready(function() { $( ".videos" ).click(function() { var originaldiv = $( ".item.active" ); var originalhtml = $( ".item.active" ).html(); originaldiv.html(''); originaldiv.html(originalhtml); }); }); });That is it!
@emarket-design: I dont think the problem is about plugins because your demo works the same way, playing two videos at the same time: https://ytshowcase.emdplugins.com/video-horizontal-slider-gallery/Well, I solved it with an external script! works. In case you have other way please let me know. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)