Hi @RobM,
Thanks for the reply.
<div class="video_sq" data-pg-ia='{"l":[{"trg":"mouseenter_notouch","a":{"l":[{"t":"$.video_sq #gt# div:nth-of-type(1) #gt# .in-blk-img #gt# .in-blk-img-c #gt# video","l":[{"t":"tween","p":0,"d":2.6,"l":{"media.play":1}},{"t":"set","p":2.6,"d":0,"l":{"media.stop":""}}]},{"t":"$.video_sq #gt# div:nth-of-type(2) #gt# .in-blk-img #gt# .in-blk-img-c #gt# video","l":[{"t":"tween","p":2.6,"d":4.8,"l":{"media.play":""}},{"t":"set","p":7.4,"d":0,"l":{"media.stop":""}}]},{"t":"$.video_sq #gt# div:nth-of-type(3) #gt# .in-blk-img #gt# .in-blk-img-c #gt# video","l":[{"t":"tween","p":7.4,"d":2.2,"l":{"media.play":0}},{"t":"set","p":9.4,"d":0,"l":{"media.stop":""}}]}]},"rpt":"999","tcv":"start-how","t":"$.sequence-t"}]}'>
This is the interaction that I’m currently using. Basically, this starts one of the three videos on mouse enter trigger and after certain amount of time the first video stops and second stars to play and so on. What I’m trying to do, is to change the duration on some pages for certain videos.
As mentioned in the original post, I tried to change video duration by modifying data-pg-ia attribute via jquery and targeting the page. And even though the modified attribute appears on the element when I inspect it, the original duration still takes the place.
This is the case for other interactions I tried to override as well. Any help on how to override these attributes would be greatly appreciated.
Thanks!