# videojs-stretch-button **Repository Path**: ptma/videojs-stretch-button ## Basic Information - **Project Name**: videojs-stretch-button - **Description**: Video.js 视频拉伸按钮插件 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # videojs-stretch-button #### 介绍 Video.js 视频拉伸按钮 在 Video.js 控制栏添加拉伸按钮, 点击可以切换。 #### 选项 `stretch` 初始拉伸状态,默认 true #### 使用说明 ```javascript var player = videojs('player', plugins: { stretchButton: {} } ); ```