chore: push all remaining changes
- Blog writer enhancements and bug fixes - Wix integration improvements - Frontend UI updates - GSC dashboard docs cleanup - Image studio assets - LinkedIn requirements file - Various dependency updates
This commit is contained in:
@@ -91,6 +91,17 @@ PLATFORM_SPECS: List[PlatformSpec] = [
|
||||
formats=["mp4"],
|
||||
description="Square video format for LinkedIn",
|
||||
),
|
||||
PlatformSpec(
|
||||
platform=Platform.LINKEDIN,
|
||||
name="LinkedIn Video (Portrait)",
|
||||
aspect_ratio="9:16",
|
||||
width=1080,
|
||||
height=1920,
|
||||
max_duration=600.0, # 10 minutes
|
||||
max_file_size_mb=5000.0, # 5GB
|
||||
formats=["mp4"],
|
||||
description="Portrait video format for LinkedIn mobile feed",
|
||||
),
|
||||
PlatformSpec(
|
||||
platform=Platform.FACEBOOK,
|
||||
name="Facebook Video",
|
||||
|
||||
Reference in New Issue
Block a user