paperclip-qiniu icon indicating copy to clipboard operation
paperclip-qiniu copied to clipboard

image url is error with :thumbnail while use_timestamp is set true

Open xbin999 opened this issue 8 years ago • 1 comments

While use_timestamp is set true, I use <%= qiniu_image_tag @image.file.url, :thumbnail => '100x100>' %>

and get the bad url like http://7xkty5.com1.z0.glb.clouddn.com/books/covers/4/harrypotter1.jpg?1471600951?imageMogr/thumbnail/100x100%3E

How about replace the second ? to & rather than set use_timestamp false?

xbin999 avatar Aug 20 '16 12:08 xbin999

See http://developer.qiniu.com/code/v6/api/kodo-api/image/imageview2.html

mozillo avatar Nov 22 '16 03:11 mozillo