We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
// src/components/helpWithAi/chat/ImageBlock.jsx preview={{ mask: <span className={"text-xl font-bold"}>크게 보기</span>, toolbarRender: () => {}, imageRender: (_, { image }) => ( <img className={"scale-150"} src={image.url} alt="" /> ), }}
@heedong12 위처럼 작성시 크게 보기 1.5배 됩니다
Ant design Image 컴포넌트 공식문서
Sorry, something went wrong.
heedong12
Successfully merging a pull request may close this issue.
리팩토링 할 부분
The text was updated successfully, but these errors were encountered: