You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazy load xt doesn't change data-src when using plyr script
rendered code below
<figure class="reveal-testi">
<div tabindex="0" class="plyr plyr--video plyr--fullscreen-enabled plyr--stopped plyr--ready"><div class="plyr__video-wrapper" style="cursor: pointer;"><div class="plyr__captions"></div><video class="rarejob-story plyr--setup" data-poster="https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-230.jpg" preload="none">
<source data-src="https://d1atgierv9op2.cloudfront.net/ph/assets/video/tutor-vid-015.mp4" type="video/mp4">
</video></div><button type="button" data-plyr="play" class="plyr__play-large" aria-label="Play"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#plyr-play"></use></svg><span class="plyr__sr-only">Play</span></button><div class="plyr__controls"><button type="button" data-plyr="fullscreen" aria-pressed="false"><svg class="icon--exit-fullscreen"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#plyr-exit-fullscreen"></use></svg><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#plyr-enter-fullscreen"></use></svg><span class="plyr__sr-only">Toggle Fullscreen</span></button></div></div>
<div class="figure-name"><h2>ChelMac</h2><span>TUTOR</span></div>
<figcaption>
<div class="testimontial">
<p>[The students] are very appreciative of the lesson. They would really value and treasure what you do for them.</p>
</div>
<a onclick="_gaq.push(["_trackEvent", "Homepage - Life With RareJob", "Click", "View More button"]);" href="/site/life_with_rarejob#chelmac">View more</a></figcaption>
</figure>
original code
<div class="tutor-testi grid">
<figure class="reveal-testi">
<video class="rarejob-story" data-poster="<?php echo RJ_Static::URL_ASSETS_JPG;?>tutor-img-230.jpg" preload="none">
<source data-src="<?php echo RJ_Static::URL_ASSETS_VID . 'tutor-vid-015.mp4'; ?>" type="video/mp4">
</video>
<div class="figure-name"><h2>ChelMac</h2><span>TUTOR</span></div>
<figcaption>
<div class="testimontial">
<p>[The students] are very appreciative of the lesson. They would really value and treasure what you do for them.</p>
</div>
The text was updated successfully, but these errors were encountered:
lazy load xt doesn't change data-src when using plyr script
rendered code below
original code
The text was updated successfully, but these errors were encountered: