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
比如: {% qnimg xxx.jpg title: alt: extend:?imageView2/2/w/720 %} 现在生成的HTML是这样的:
{% qnimg xxx.jpg title: alt: extend:?imageView2/2/w/720 %}
<a href="http://xxx.bkt.clouddn.com/static/images/xxx.jpg?imageView2/2/w/720"> <img src="http://xxx.bkt.clouddn.com/static/images/xxx.jpg?imageView2/2/w/720"/> </a>
能不能把href中的参数去掉?
href
The text was updated successfully, but these errors were encountered:
@gyk001 能不能把extend参数生成的水印图片,放到最后的public目录中,在七牛空间里的也是添加水印后的图片, 七牛的镜像管理和原图保护有冲突
Sorry, something went wrong.
No branches or pull requests
比如:
{% qnimg xxx.jpg title: alt: extend:?imageView2/2/w/720 %}
现在生成的HTML是这样的:
能不能把
href
中的参数去掉?The text was updated successfully, but these errors were encountered: