I think you should be able to do that by specifying a custom css rule, such
as:
.modal { width:90%; height:90%}
Then, whatever the screen size, the modal would fill 90% of it. You could
also use max-width and max-height so it would only take up that much space
when you needed it to.
Hope this helps!
On Thursday, July 19, 2012 1:27:04 PM UTC+1, nilskp wrote:
>
> Yes, I'd like that too.
>
> On Wednesday, June 6, 2012 2:31:57 PM UTC-5, James Carr wrote:
>>
>> Hi,
>>
>> I'd like to modify the modal dialog for my app to basically fill the
>> whole screen except perhaps a 10% margin surrounding it. What is a good way
>> to do this that is flexible with screen resizing?
>>
>>
>> Thanks,
>> James
>>
>>