-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Homepage: Feature Media Parser, WebCodecs and Recorder #5373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homepage: Feature Media Parser, WebCodecs and Recorder #5373
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…etter Co-authored-by: JonnyBurger <[email protected]>
@copilot thanks, nice make it so the 3 boxes are together, no space in between, but just a black border. |
Co-authored-by: JonnyBurger <[email protected]>
Updated the 3 boxes to be connected with no gaps and black borders between them. The layout works for both desktop (horizontal with right borders) and mobile (vertical with top borders). Changes in commit 4ce4473. |
Enhances the homepage by adding a new section titled "More video power to developers" positioned above the newsletter section. The section showcases three key Remotion ecosystem tools in a responsive layout.
Changes
New Component
MoreVideoPowerSection.tsx
: A responsive component displaying three feature boxes:/media-parser
/webcodecs
/recorder
Homepage Integration
Homepage.tsx
before the newsletter sectionSectionTitle
component for consistent stylingDesign Features
✅ Responsive Layout: Boxes display in a row on desktop (
lg:flex-row
) and stack in a column on mobile (flex-col
)✅ Consistent Styling: Follows existing design patterns from
VideoApps
component✅ Accessibility: Uses semantic HTML with proper anchor tags for navigation
✅ Component Reuse: Leverages existing
BlueButton
,StepTitle
,Subtitle
, andPane
patternsTesting
The implementation provides users with clear pathways to explore additional Remotion ecosystem tools while maintaining the homepage's design consistency and user experience.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.