removed FB gallery ID and vimeo embed for artist videos

This commit is contained in:
Kiritan Flux 2019-01-29 12:54:34 +01:00
parent a78731e192
commit 2843703bae
67 changed files with 306 additions and 558 deletions

View file

@ -68,10 +68,8 @@ layout: default
<a class="button hvr-sweep-to-top" href={{talk.artist_website}} target="_blank"><i class="fa fa-link"></i> Website</a>
{% endif %}
{% if talk.video_artist_url %}
<div class="transp-bg padded">
<p>Artist's Video</p>
<iframe src="//player.vimeo.com/video/{{(talk.video_artist_url | split:"/") | last}}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<br />
<a class="button hvr-sweep-to-top" href={{talk.video_artist_url}} target="_blank"><i class="fa fa-video-camera"></i> Artist video</a>
{% endif %}
{% if talk.talk_video_url %}
<div class="transp-bg padded">
@ -92,7 +90,7 @@ layout: default
{% if page.fb_gallery_id %}
<div class="row">
<!--div class="row">
<div class="gallery dark_bg col-md-7 col-md-offset-3">
@ -105,7 +103,7 @@ layout: default
});
</script>
</div>
</div>
</div-->
{% endif %}