diff --git a/vimeography-harvestone/src/components/Thumbnail.vue b/vimeography-harvestone/src/components/Thumbnail.vue index a0e1b61d..35392af1 100644 --- a/vimeography-harvestone/src/components/Thumbnail.vue +++ b/vimeography-harvestone/src/components/Thumbnail.vue @@ -2,9 +2,9 @@ import { mapState } from 'vuex' const defaultTemplate = ` -
- - +
+ +
`; @@ -15,6 +15,9 @@ const Thumbnail = { props: ['video'], template: userTemplate ? userTemplate.innerText : defaultTemplate, computed: { + thumbnailClass() { + return `swiper-slide vimeography-thumbnail vimeography-video-${this.video.id}` + }, query() { const q = { ...this.$route.query,