forked from Qortal/q-blog
Add video cover image support to BlogIndividualPost
This commit is contained in:
@@ -489,6 +489,7 @@ export const BlogIndividualPost = () => {
|
||||
name={section.content.name}
|
||||
service={section.content.service}
|
||||
identifier={section.content.identifier}
|
||||
poster={section.content.poster}
|
||||
setCount={handleCount}
|
||||
user={user}
|
||||
postId={fullPostId}
|
||||
@@ -754,6 +755,7 @@ export const BlogIndividualPost = () => {
|
||||
name={section.content.name}
|
||||
service={section.content.service}
|
||||
identifier={section.content.identifier}
|
||||
poster={section.content.poster}
|
||||
customStyle={{
|
||||
height: '50vh'
|
||||
}}
|
||||
|
Reference in New Issue
Block a user