Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="utf-8">
<title>Quill Image Resize Module Demo</title>
<script src="//cdn.quilljs.com/1.2.2/quill.min.js"></script>
<link href="//cdn.quilljs.com/1.2.2/quill.snow.css" rel="stylesheet">
<script src="https:////cdn.quilljs.com/1.3.7/quill.min.js"></script>
<link href="https:////cdn.quilljs.com/1.3.7/quill.snow.css" rel="stylesheet">
<script src="../image-resize.min.js"></script>
</head>

<body>
<h1>Quill Image Resize Module Demo</h1>
<div id="editor" style="max-height:500px;overflow:auto">
<p>Click on the Image Below to resize</p>
<p><img src="http://ri-sandbox.s3.amazonaws.com/qulljs.png"></p>
<p><img src="https://picsum.photos/200/300" style="display: inline; float: left; margin: 0px 1em 1em 0px;"></p>
<p>Some initial <strong>bold</strong> text</p>
<p><img src="http://ri-sandbox.s3.amazonaws.com/pi-rate.png"></p>
<p><img src="https://picsum.photos/200/300" style="display: block; margin: auto;"></p>
<p><img src="https://picsum.photos/200/300" style="display: inline; float: right; margin: 0px 0px 1em 1em;"></p>
</div>
<p>Also see <a href="https://github.com/kensnyder/quill-image-drop-module">quill-image-drop-module</a>,
a module that enables copy-paste and drag/drop for Quill.</p>
<script src="script.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions image-resize.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion image-resize.min.js

This file was deleted.

Loading