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}
|
name={section.content.name}
|
||||||
service={section.content.service}
|
service={section.content.service}
|
||||||
identifier={section.content.identifier}
|
identifier={section.content.identifier}
|
||||||
|
poster={section.content.poster}
|
||||||
setCount={handleCount}
|
setCount={handleCount}
|
||||||
user={user}
|
user={user}
|
||||||
postId={fullPostId}
|
postId={fullPostId}
|
||||||
@@ -754,6 +755,7 @@ export const BlogIndividualPost = () => {
|
|||||||
name={section.content.name}
|
name={section.content.name}
|
||||||
service={section.content.service}
|
service={section.content.service}
|
||||||
identifier={section.content.identifier}
|
identifier={section.content.identifier}
|
||||||
|
poster={section.content.poster}
|
||||||
customStyle={{
|
customStyle={{
|
||||||
height: '50vh'
|
height: '50vh'
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user