redcokehome / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

Modal not responsive (please make it reponsive if possible) #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load any modal window
2.
3.

What is the expected output? What do you see instead?
auto resize if possible?

What version of the product are you using? On what operating system?
current release

Please provide any additional information below.
using it with bootstrap3 and jquery 2.1.x
Great plugin!

Original issue reported on code.google.com by pretoriu...@gmail.com on 5 May 2014 at 1:33

GoogleCodeExporter commented 8 years ago
It is possible. You need edit the "jquery.modalbox-basic.css" only. Replace 
fixed pixel value with a percentage value.

[ Example CSS ]
#modalBox {
    width:75%; /* default wide */
}
#modalBox.small {
    width:65%;
}
#modalBox.medium {
    width:85%;
}
#modalBox.large {
    width:95%;
}

Original comment by steffen....@googlemail.com on 5 May 2014 at 6:11

GoogleCodeExporter commented 8 years ago
perfection! awesome! thank you sir :)))) love this plugin. it is the only modal 
that can load php/html etc without reloading the page

Original comment by pretoriu...@gmail.com on 5 May 2014 at 6:41