minor - youtube link
This commit is contained in:
parent
9f74168155
commit
8398e02450
|
@ -39,7 +39,7 @@
|
||||||
<% if (videos.length > 0) { %> Videos from YouTube: <% } %> <br />
|
<% if (videos.length > 0) { %> Videos from YouTube: <% } %> <br />
|
||||||
<% for (var i=0; i<videos.length;i++) { var vid = videos[i]; %>
|
<% for (var i=0; i<videos.length;i++) { var vid = videos[i]; %>
|
||||||
<div class="videoWrapper">
|
<div class="videoWrapper">
|
||||||
<a href="vid.url" target="_blank" class="youtubeVideo mediaThumb" title="<%= vid.info.description %>" data-id="<%= vid.id %>" data-event="<%= vid.event.id %>" data-location="<%= vid.location.id %>" rel="group_<%= vid.id %>">
|
<a href="<%= vid.url %>" target="_blank" class="youtubeVideo mediaThumb" title="<%= vid.info.description %>" data-id="<%= vid.id %>" data-event="<%= vid.event.id %>" data-location="<%= vid.location.id %>" rel="group_<%= vid.id %>">
|
||||||
<img src="<%= vid.info.thumbnail %>" alt="<%= vid.info.description %>" />
|
<img src="<%= vid.info.thumbnail %>" alt="<%= vid.info.description %>" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user