Response title
This is preview!
height
=
"320"
width
=
"480"
I want to increase it
height
=
"1024"
width
=
"768"
(Basically need to increase height)
I have changed the size in java script (Some part is as under)
$(
"#popupMap"
).on({
popupbeforeposition:
function
() {
var
size = scale( 480, 320, 0, 1 ),
w = size.width,
h = size.height;
Here I have changed$(
"#popupMap"
).on({
popupbeforeposition:
function
() {
var
size = scale( 1024, 768, 0, 1 ),
w = size.width,
h = size.height;
But it does not helped me.© 2013 jQuery Foundation
Sponsored by and others.