UNPKG

873 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>Quill Image Resize Module Demo</title>
6 <script src="//cdn.quilljs.com/1.2.2/quill.min.js"></script>
7 <link href="//cdn.quilljs.com/1.2.2/quill.snow.css" rel="stylesheet">
8 <script src="../image-resize.min.js"></script>
9</head>
10
11<body>
12<h1>Quill Image Resize Module Demo</h1>
13<div id="editor" style="max-height:500px;overflow:auto">
14 <p>Click on the Image Below to resize</p>
15 <p><img src="http://ri-sandbox.s3.amazonaws.com/qulljs.png"></p>
16 <p>Some initial <strong>bold</strong> text</p>
17 <p><img src="http://ri-sandbox.s3.amazonaws.com/pi-rate.png"></p>
18</div>
19<p>Also see <a href="https://github.com/kensnyder/quill-image-drop-module">quill-image-drop-module</a>,
20 a module that enables copy-paste and drag/drop for Quill.</p>
21<script src="script.js"></script>
22</body>
23
24</html>
\No newline at end of file