sarbogast / grails-bootstrap-file-upload

Grails Plugin to integrate Sebastian Tschan's Jquery File Upload
http://grails.org/plugin/bootstrap-file-upload
Apache License 2.0
33 stars 25 forks source link

The image gallery is shown out of the screen #16

Open chelder86 opened 11 years ago

chelder86 commented 11 years ago

My code: (...) bsfu:imageGallery/

Screenshot:

![Uploading image_gallery_outside_screen.jpg . . .]()

chelder86 commented 11 years ago

Screenshot:

image_gallery_outside_screen

chelder86 commented 11 years ago

This is the full image:

full_image

chelder86 commented 11 years ago

Maybe is because I'm using a newer version of Twitter Bootstrap and JQuery. My BuildConfig.groovy: compile (":bootstrap-file-upload:2.1.1") { transitive = false // = excludes 'jquery', 'twitter-bootstrap' }