Comments on: Embed Google Maps with Marker and Info Window in HTML using JavaScript https://www.codexworld.com/google-map-marker-info-window-using-javascript/ Web & Mobile App Development Company Tue, 25 Oct 2022 06:43:26 +0000 hourly 1 By: ishaq https://www.codexworld.com/google-map-marker-info-window-using-javascript/comment-page-1/#comment-37576 Wed, 21 Dec 2016 06:45:37 +0000 https://www.codexworld.com/?p=236#comment-37576 Best and helpful tutorial on google map API. thanks for such a helpful article

]]>
By: Aamir Khan https://www.codexworld.com/google-map-marker-info-window-using-javascript/comment-page-1/#comment-30075 Sun, 21 Aug 2016 06:48:19 +0000 https://www.codexworld.com/?p=236#comment-30075 You and your tutorial is brilliant. Thank you so much to provide such kind of tutorial to us.

]]>
By: CodexWorld https://www.codexworld.com/google-map-marker-info-window-using-javascript/comment-page-1/#comment-3699 Thu, 26 Mar 2015 06:37:45 +0000 https://www.codexworld.com/?p=236#comment-3699 In reply to Chris.

Thanks for complement.
It very easy to make the infowindow less wide. Go to the Infowindow Contents section into the javascript initialize() function. Here the infowindow html content have stored into var contentString.This html content have main div with id="content". Insert the style attribute with width property and your desirable width into this div tag. Now the <div id="content"> will look like – <div id="content" style="width: 250px;">

]]>
By: Chris https://www.codexworld.com/google-map-marker-info-window-using-javascript/comment-page-1/#comment-2244 Fri, 06 Mar 2015 10:04:42 +0000 https://www.codexworld.com/?p=236#comment-2244 Your tutorial is brilliant. Thank you. Really heped me while I was struggling.
I just wondered is there any way to make the infowindow less wide?
Thank you again for your tutorial!
Chris.

]]>
By: Geri https://www.codexworld.com/google-map-marker-info-window-using-javascript/comment-page-1/#comment-344 Sun, 21 Dec 2014 02:54:26 +0000 https://www.codexworld.com/?p=236#comment-344 Best tutorial on Google map API. Very very thanks for this article.

]]>