How can I resize the uploaded image in editor ?
Opened this issue · 1 comments
himanshuchauhan981 commented
Please note 提问前请注意
- This option is used to ask others some usage questions. If you confirm this is a bug, please submit a bug.
- Please read How To Ask Questions before asking questions. Inefficient questions not only waste other people's time, but also keep you from getting timely answers.
- 该选项用来向其他人询问一些使用上的问题,如果你确认这是一个BUG,请提交BUG。
- 提问前,请先阅读提问的智慧。低效的问题不仅会浪费其他人的时间,也会使你无法得到及时的解答。
HarryChen0506 commented
方法一:嵌入HTML代码使用img标签
<img src="./xxx.png" width = "300" height = "200" alt="图片名称" align=center />
附:如果需要居中的话只要在外面包围div标签即可
<div align="center"> ... </div>
作者:郑宇
链接:https://www.zhihu.com/question/23378396/answer/40604931
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。