Skip to content

Commit

Permalink
fix img width
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Oct 27, 2021
1 parent caa3298 commit caf7763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<img src="https://github.com/motla/vue-document-editor/raw/master/img/logo.png" alt="vue-document-editor" width="304" height="24">
<img src="https://github.com/motla/vue-document-editor/raw/master/img/logo.png" alt="vue-document-editor" width="304">
</div>
<div align="center">
<img src="https://github.com/motla/vue-document-editor/raw/master/img/preview.png" width="500" height="210">
<img src="https://github.com/motla/vue-document-editor/raw/master/img/preview.png" width="500">
</div>

**vue-document-editor** is a rich-text editor built on top of [Vue.js](https://vuejs.org/), using the native [*contenteditable*](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content) browser implementation and some JavaScript trickery to spread content over paper-sized pages. It is mainly designed to allow **targeted modifications** to pre-formatted documents using HTML or **interactive templates**.
Expand Down

0 comments on commit caf7763

Please sign in to comment.