# exp-video **Repository Path**: mirrors_embedthis/exp-video ## Basic Information - **Project Name**: exp-video - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README exp-video === Expansive Video Provides the following services: * video ### To install: pak install exp-video ### Description This simple plugin provides the **video()** partial function to render inline YouTube videos. ### Configure #### Meta Data * video.height — Set the video frame height in pixels. * video.width — Set the video frame width in pixels. * video.full — Permit the video to go full screen. #### Service Data * video.enable — Enable the video service. * video.provider — Select the video provider. Currently only supports **youtube**. ``` { meta: video: { height: 640, width: 360, full: true } }, services: { video: { enable: true, provider: 'youtube' } } } ``` ### Get Pak from [https://www.embedthis.com/pak/](https://www.embedthis.com/pak/)