Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weirdness with Zoom Controls on rendered map #9

Closed
mediagirl opened this issue Sep 24, 2014 · 1 comment
Closed

Weirdness with Zoom Controls on rendered map #9

mediagirl opened this issue Sep 24, 2014 · 1 comment

Comments

@mediagirl
Copy link

I'm seeing this oddness with the Zoom Controls on a map rendered from a template in both FireFox and Chrome: http://screencast.com/t/n0oNjhLuoSbH

I don't think it's related to my template code but here it is just in case:

        {% set options = {
            id: 'googlemap',
            width: '720px',
            height: '500px'
        } %}

        {{ craft.googleMaps.map(options) }}

        {% for entry in craft.entries.section('locations') %}
            {{ craft.googleMaps.data('googlemap', entry.map) }}
        {% endfor %}
@mediagirl
Copy link
Author

Ignore... Issue was caused by this line of code in my CSS:

img, object, embed {
max-width: 100%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant