fixed broken isotope
This commit is contained in:
parent
3533daf3b6
commit
e8c2fd545f
1 changed files with 2 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ permalink: /video/
|
|||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div id="video-roster container-fluid">
|
||||
<div id="video-roster" class="container-fluid">
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% for talk in post.talks %}
|
||||
|
|
@ -47,7 +47,7 @@ permalink: /video/
|
|||
{% if talk.topics %}
|
||||
{% assign tags = (talk.topics | split:",") %}
|
||||
{% endif %}
|
||||
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3 embed-responsive embed-responsive-16by9" vimeo="{{vimeo_id}}">
|
||||
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3" vimeo="{{vimeo_id}}">
|
||||
<div class="video-title">{{talk.artist}}</div>
|
||||
<div class="playbutton"></div>
|
||||
<div class="video-description"><h3>{{talk.title}}</h3><p><span class="video-session">#{{ post.number }}</span>: <span class="video-artist">{{talk.artist}}</span> / {{talk.artist_website}} – {{talk.description}}</p></div>
|
||||
|
|
@ -134,7 +134,6 @@ permalink: /video/
|
|||
|
||||
});
|
||||
$('#video-roster').isotope({
|
||||
// options
|
||||
itemSelector: '.videobox'
|
||||
});
|
||||
// init Isotope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue