Posted on: 7/19/2015 10:31:48 PM | Views : 694

hi,

I am using google maps with marker clustering.  when hovering over a marker the window
pops up with a photo.
On a desktop the map looks fine but on a mobile the photo image is to large

how can I adjust the code below that's in the my page to scale down to mobile

    <script type="text/javascript">         function initialize() {             var markers = JSON.parse('<%=ConvertDataTabletoString() %>');             var mapOptions = {                 center: new google.maps.LatLng(markers[0].lat, markers[0].lng),                 ...

Go to the complete details ...