# fullscreen **Repository Path**: songwang-cn/fullscreen ## Basic Information - **Project Name**: fullscreen - **Description**: 轻量级全屏插件,支持全屏页面的上下滚动,左右滚动 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fullscreen ## 示例地址 #### 介绍 轻量级全屏插件,支持全屏页面的上下滚动,左右滚动 #### 安装教程 npm install fullscreen #### 使用说明 ``` FullScreen.init({ el: 'wrapper', // 容器类名 pageClassName: 'page', // 单页类名 direction: 'vertical', // 方向 // horizontal bgColors: [ // 单页背景色 '#0a69f8', 'brown', 'lightblue' ], }) ```