December 4, 2020 at 3:06 am
#10035301
Participant
If it worked for you it must be a simple fix.
The youtube direct link and the embed iframe work.
When i replace the vimeo link with the youtube share embed link in the <li> the play arrow is shown and i get the error: “An error occurred. Please try again later. (Playback ID: 3R4cNEVVcibRZM04)
Learn More” (see image link).
<ul class="portfolio-list sort-destination lightbox" data-sort-id="portfolio" data-plugin-options='{"delegate": "a", "type": "iframe", "gallery": {"enabled": true}}'>
<li class="col-md-3">
<div class="portfolio-item img-thumbnail">
<a href="https://www.youtube.com/embed/NpSanE49Ge0">
<img alt="low infeed palletizer" src="https://www.toptier.com/img/video_thumb/paden2018.JPG" />
<span class="thumb-info-title">
<span class="thumb-info-inner">Low Infeed</span>
<span class="thumb-info-type">Concurrent Wrap</span>
</span>
<span class="thumb-info-action">
<span title="Universal" class="thumb-info-action-icon"><i class="icon icon-video-camera"></i></span>
</span>
</a>
</div>
</li>
-------------
<img src="https://www.toptier.com/youtube-error.png" alt="youtube error message" />
thanks