All Projects → chris-peng → wangEditor-fullscreen-plugin

chris-peng / wangEditor-fullscreen-plugin

Licence: other
富文本编辑器wangEditor的全屏插件

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wangEditor-fullscreen-plugin

Zhpopupcontroller
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Stars: ✭ 1,481 (+3191.11%)
Mutual labels:  fullscreen
SwiftyBase
SwiftyBase - A Swift library for Create Project in iOS ( Base Project)
Stars: ✭ 33 (-26.67%)
Mutual labels:  fullscreen
LibQtScreen
Qt library for making directx and opengl screenshots.
Stars: ✭ 43 (-4.44%)
Mutual labels:  fullscreen
Angular Fullpage
Official Angular wrapper for fullPage.js https://alvarotrigo.com/angular-fullpage/
Stars: ✭ 131 (+191.11%)
Mutual labels:  fullscreen
Glsl Godrays
This module implements a volumetric light scattering effect(godrays)
Stars: ✭ 155 (+244.44%)
Mutual labels:  fullscreen
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-62.22%)
Mutual labels:  fullscreen
Fullscreen
Fullscreen API Standard
Stars: ✭ 78 (+73.33%)
Mutual labels:  fullscreen
wangEditor
wangEditor extension for laravel-admin
Stars: ✭ 61 (+35.56%)
Mutual labels:  wangeditor
Snowflakes
❄️ Snowflakes in JavaScript
Stars: ✭ 170 (+277.78%)
Mutual labels:  fullscreen
nsplayer
A web player with shakaplayer & hls.js both supported
Stars: ✭ 23 (-48.89%)
Mutual labels:  fullscreen
Postcss Viewport Height Correction
PostCSS plugin to solve the popular problem when 100vh doesn’t fit the mobile browser screen.
Stars: ✭ 137 (+204.44%)
Mutual labels:  fullscreen
React Intense
A React component for viewing large images up close 🔍
Stars: ✭ 152 (+237.78%)
Mutual labels:  fullscreen
chrome-extension-aspectratio219
🖥️ Fit the screen properly in fullscreen mode on monitor ultrawide with 21:9 aspect ratio (Netflix, Youtube, PrimeVideo, Crunchyroll)
Stars: ✭ 28 (-37.78%)
Mutual labels:  fullscreen
Vue Fullpage.js
Official Vue.js wrapper for fullPage.js http://alvarotrigo.com/vue-fullpage/
Stars: ✭ 1,626 (+3513.33%)
Mutual labels:  fullscreen
h5-video-player
Browser full-screen H5 video player.
Stars: ✭ 14 (-68.89%)
Mutual labels:  fullscreen
Abmediaview
Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.
Stars: ✭ 79 (+75.56%)
Mutual labels:  fullscreen
fullscreenizer
Source Code of Fullscreenizer
Stars: ✭ 56 (+24.44%)
Mutual labels:  fullscreen
LXFProtocolTool
由Swift中协议方式实现功能的实用工具库【Refreshable、EmptyDataSetable 支持 Rx 】
Stars: ✭ 101 (+124.44%)
Mutual labels:  fullscreen
Flurry-WebGL
WebGL port of Flurry screensaver
Stars: ✭ 58 (+28.89%)
Mutual labels:  fullscreen
fullscreen-card
Make your Home Assistant browser fullscreen with one tap.
Stars: ✭ 23 (-48.89%)
Mutual labels:  fullscreen

wangEditor-fullscreen-plugin

富文本编辑器wangEditor的全屏插件,适用于V3

使用方法:

  1. 依赖jquery或者zepto,须先引入jquery或zepto。有兴趣可修改为无依赖版本,代码很简单。

  2. 引入wangEditor-fullscreen-plugin.css和wangEditor-fullscreen-plugin.js两个文件。

  3. 在wangEditor的create方法调用后,再调用插件的初始化方法,如:

    var E = window.wangEditor; var editor = new E('#editor'); editor.create(); E.fullscreen.init('#editor');

  4. 完成。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].