2amigos / egmap

Objet-oriented PHP abstraction to the Google Maps API to ease the process of adding a Google Map on your Yii projects.
14 stars 12 forks source link

Left panel glitch #12

Closed talofo closed 10 years ago

talofo commented 10 years ago

screen shot 2014-05-13 at 19 11 54

When it renders the map, it renders the left panel in a weird way.

tonydspaniard commented 10 years ago

Thats a CSS issue... Check you styles...

It normally happened (to me) when using Bootstrap.

talofo commented 10 years ago

Thanks Tony. Actually, I end up finding that, the issue happens when you set your images to max-width:100%. Obviously, the google maps api should be agnostic regardless the developer preferences of their css. Anyway, not an issue on your side. For anyone who may found this, and wish to fix the issue, here's a reference: http://www.yiiframework.com/extension/egmap/#c16208 - Thanks for the brilliant work on this extensions, and so many other contributions to the Yii community. Thanks!