Hi,
Is there a way to set a max-width on the modal dialog so that it works responsively, but on large screens the width can be restricted?
I tried this using CSS, but of course the JS has already dynamically set the modal position so this method isn’t working. I can see from the Colorbox docs (http://www.jacklmoore.com/colorbox/) that there is a maxWidth and maxHeight config option but I’m not sure how this could be accessed in Modal Dialog plugin?
Thanks.