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