On Mar 4, 3:50 am, Green Reviews <[email protected]> wrote: > > Is it possible to limit the bubble size using CSS or a javascript > variable that is set before the iframe loads the map? > > <iframe width="300" height="300" frameborder="0" scrolling="no" > marginheight="0" marginwidth="0" src="http://maps.google.com/maps? > q=http://feeds.feedburner.com/all-green-jobs?ie=UTF8&output=embed"></ > iframe>
You're not using the API, you're using maps.google.com. Consequently you're restricted to what that provides. You might ask here: http://www.google.com/support/forum/p/maps?hl=en You *could* implement an API map, with some coding work, but you will still be subject to the default behaviour of infoWindows -- particularly the size -- unless you use a third-party alternative. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
