Hello,
I am a simplemodal 1.3.5 user. I am currently using 2 different modals in my project. One is OK with default sizes but one must be bigger. I want to change modals width and height but script does not work somehow. What can be the problem? Here is my script...
$('#user_picture').modal({
opacity:80,
overlayCss: {backgroundColor:"#fff"},
minHeight:600,
minWidth: 600,
})
});