Skip to content

[Docs] Enable Fullscreen Option for Embedded Video in Quick Start Guide #2244

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

madhavraj2004
Copy link
Contributor

Enable Fullscreen Option for Embedded Video in Quick Start Guide

Motivation for the Change

This pull request adds the fullscreen functionality to embedded videos in our quick start guide. This enhancement will improve the user experience by allowing users to view tutorial videos in fullscreen mode, making it easier to follow along with detailed instructions and demonstrations.

Implementation Details

  • Added allowfullscreen attribute to video iframe elements
  • Ensured proper styling and responsiveness of the video container
  • Maintained aspect ratio when expanding to fullscreen
  • Compatible with major browsers (Chrome, Firefox, Safari, Edge)

Testing Instructions

  1. Navigate to the quick start guide page
  2. Locate any embedded video in the documentation
  3. Verify that the fullscreen icon appears in the video player controls
  4. Click the fullscreen button and confirm:
    • Video expands properly to full screen
    • Video maintains proper aspect ratio
    • Video controls remain accessible
    • Exit fullscreen works correctly (using either ESC key or the fullscreen button)
  5. Test across different browsers to ensure consistent behavior

Notes

  • Please review video playback performance in fullscreen mode
  • Ensure accessibility standards are maintained

fix: enable fullscreen option for embedded video in quick-start-guide
@adamziel
Copy link
Collaborator

Thank you @madhavraj2004!

@adamziel adamziel merged commit de3d42f into WordPress:trunk Jun 10, 2025
22 of 24 checks passed
@github-project-automation github-project-automation bot moved this from Inbox to Done in Playground Board Jun 10, 2025
@adamziel adamziel changed the title Update quick-start-guide.md [Docs] Enable Fullscreen Option for Embedded Video in Quick Start Guide Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants