All Questions
2 questions
1
vote
3
answers
2k
views
keep aspect ratio of .ui-dialog-content when resizing
I have an image within the dialog. when I resize the dialog, the aspectRation is working on the complete dialog, not only on the image, when I resize it.
$("#videoDialog").dialog({
...
0
votes
1
answer
818
views
How to make durandal dialog draggable and resizable?
I was wondering whether it is possible to make the dialog/popup in durandal resizable and draggable using jQuery.
in the attached hook,
I added this:
$('.modalHost').resizable().draggable();
or
$('...