diff --git a/opensaas-sh/blog/src/assets/turboreel/interface.mp4 b/opensaas-sh/blog/src/assets/turboreel/studio-interface.mp4 similarity index 100% rename from opensaas-sh/blog/src/assets/turboreel/interface.mp4 rename to opensaas-sh/blog/src/assets/turboreel/studio-interface.mp4 diff --git a/opensaas-sh/blog/src/components/VideoPlayer.astro b/opensaas-sh/blog/src/components/VideoPlayer.astro index 2742c8df..a75fdbee 100644 --- a/opensaas-sh/blog/src/components/VideoPlayer.astro +++ b/opensaas-sh/blog/src/components/VideoPlayer.astro @@ -1,9 +1,11 @@ --- interface Props { src: string; + lgWidth?: string; + smWidth?: string; } -const { src } = Astro.props; +const { src, lgWidth = '55%', smWidth = '100%' } = Astro.props; --- - \ No newline at end of file diff --git a/opensaas-sh/blog/src/content/docs/blog/2024-12-10-turboreel-os-ai-video-generator-built-with-open-saas.mdx b/opensaas-sh/blog/src/content/docs/blog/2024-12-10-turboreel-os-ai-video-generator-built-with-open-saas.mdx index 7072fbf4..fd732d01 100644 --- a/opensaas-sh/blog/src/content/docs/blog/2024-12-10-turboreel-os-ai-video-generator-built-with-open-saas.mdx +++ b/opensaas-sh/blog/src/content/docs/blog/2024-12-10-turboreel-os-ai-video-generator-built-with-open-saas.mdx @@ -11,7 +11,7 @@ authors: milica import VideoPlayer from '../../../components/VideoPlayer.astro'; import { Image } from 'astro:assets'; import landing from '../../../assets/turboreel/landing.webp'; -import interface from '../../../assets/turboreel/interface.mp4'; +import studioInterface from '../../../assets/turboreel/studio-interface.mp4'; import opensaas from '../../../assets/turboreel/opensaas.mp4'; Landing page @@ -36,7 +36,7 @@ Here’s a video presenting Open SaaS, generated with TurboReel 🐝 TurboReel lets users generate short explainer videos with minimal effort. Starting with a single text prompt describing the video’s purpose (e.g. “Create a video on building your SaaS with OpenSaaS”), you can produce professional grade TikTok and YT shorts without needing any video editing skills. - + The platform’s **open-source foundation** unlocks development potential, while the **paid SaaS layer** helps with funding.