jquery-confirm
jquery-confirm copied to clipboard
Min and Max Width
jquery-confirm version: v3.3.4
I'm submitting a ... (check one with "x") [ ] bug report [ X] feature request [ ] support request
I like this little library a lot. Just a suggestion - I modified my copy of your code to include a MinWidth and MaxWidth properties (and added the functions just like your setBoxWidth.
The advantage to this was better responsiveness. If you set width at 75%, this may be great on a small screen, but look silly on a big screen. Reversely true of, say 40%. I like being about to set, for instance, 500px as the MaxWidth and 240 as the MinWidth. This makes for good popups on phone or desktop.
How can we use setBoxWidth for a dialog? which property have set and how to set? Width is fixed as of now.
I modified my copy of your code to include a MinWidth and MaxWidth properties (and added the functions just like your setBoxWidth.
Can you share your changes? This update is badly needed.
+1 for sharing