nakupanda / bootstrap3-dialog

Make use of Twitter Bootstrap's modal more monkey-friendly.
https://nakupanda.github.io/bootstrap3-dialog/
1.89k stars 664 forks source link

how to set the height and width of the pop-up box #229

Open icielo opened 8 years ago

icielo commented 8 years ago

In order to avoid the CSS confusion of different pages, I load the iframe in the pop-up box. However, due to the delay in loading the iframe, leading to the pop-up box is too small. Although you can set the CSS by modal-dialog, but set the height and no effect. And in the same page there are multiple pop-up boxes, width and height are not the same. Unable to meet all of the dialog boxes.

Waiting for your help,thanks.

nakupanda commented 8 years ago

Please create a jsfiddle by forking this one here http://jsfiddle.net/3c03mckb/1/

Then we can discuss things in action.

icielo commented 8 years ago

Here is the example. https://jsfiddle.net/cielo/Lj4jjvdk/2/ If the screen is large enough.How to set the width and height avoid the scroll bar? And there are a number of pop-up boxes of different sizes.