Hi,
I am using JQUERY Map control and Now I want to fix the map to width and height of the device.
I need to make the loaded shape exactly fit to the device.
Can anyone post me the answer.
Regards,
Dharmendar.
Hi, Dharmendar
In general you can set the width and height of any HTML element to 100% and it will take all available space. The problem is that you also need to specify 100% height for its containers if you want to take the full height of the page. That means you have to set this by CSS for the html and body elements like this:
Set the width and height options of the map control to 100% like this:
Cheers, Lazar