Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 MVC3 站点中使用 MVCcaptcha,现在我想将默认验证码图像大小调整为自定义大小
这里有一篇关于使用 MVCcaptchaExtention 的好帖子
但它没有指定如何调整图像大小
如何调整验证码图像的大小?
在 SSB.Web.Mvc.MvcCaptcha.Properties.Settings 设置
<setting name="MvcCaptchaWidth" serializeAs="String"> <value>130</value> </setting> <setting name="MvcCaptchaHeight" serializeAs="String"> <value>40</value> </setting>