Fix gallery video
This commit is contained in:
parent
341e6e1d55
commit
a88c323fb3
@ -35,6 +35,12 @@ mixin commentbox(comment)
|
|||||||
|
|
||||||
mixin media(m)
|
mixin media(m)
|
||||||
div(class='Gallery-Content--mediaContainer')
|
div(class='Gallery-Content--mediaContainer')
|
||||||
|
if m.type === 'video'
|
||||||
|
.PostVideo
|
||||||
|
.PostVideo-video-wrapper
|
||||||
|
video(controls)
|
||||||
|
source(type=m.mime_type src=util.proxyURL(m.url))
|
||||||
|
else
|
||||||
div(class='Gallery-Content--media')
|
div(class='Gallery-Content--media')
|
||||||
div(class='imageContainer')
|
div(class='imageContainer')
|
||||||
img(src=util.proxyURL(m.url))
|
img(src=util.proxyURL(m.url))
|
||||||
|
Loading…
Reference in New Issue
Block a user