nathancolgate / s3-swf-upload-plugin

A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
http://www.nathancolgate.com
MIT License
317 stars 74 forks source link

How to scale the size of the browse button? #80

Closed victor-seo closed 10 years ago

victor-seo commented 12 years ago

When I zoom in and out, the browse button keeps its original size.

So when I zoom in, it looks smaller compared to other elements in the screen and when I zoom out, it looks larger.

I tried setting 'scale' param to exactfit, showall and etc but had no luck.

nathancolgate commented 10 years ago

The button is a flash object, so it will behave like a flash object.