Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I resize the uploaded image in editor ? #301

Open
himanshuchauhan981 opened this issue Apr 4, 2024 · 1 comment
Open

How can I resize the uploaded image in editor ? #301

himanshuchauhan981 opened this issue Apr 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@himanshuchauhan981
Copy link

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。
  • 提问前,请先阅读提问的智慧。低效的问题不仅会浪费其他人的时间,也会使你无法得到及时的解答。
@himanshuchauhan981 himanshuchauhan981 added the question Further information is requested label Apr 4, 2024
@HarryChen0506
Copy link
Owner

方法一:嵌入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
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants