Add video cover image support to BlogIndividualPost

This commit is contained in:
2025-07-27 07:31:49 +00:00
parent 406ac32fde
commit 3bda69f396

View File

@@ -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'
}} }}