Hi Themeco
I am trying to customize the width and height of my modal to fit the window height and width.
How do I do this with CSS or JS
I’ve tried this code to echo out the value but it’s giving me an object.
jQuery(document).ready(function($){
/*$('.x-modal').css('width',$(window).width());*/
alert($(window).height());
});


