flask-extensions / flask-extensions/Flask-GoogleMaps

Making embedded maps bootstrap responsive

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
655
Forks
193
PR merge metrics
No merged PRs in 30d

Description

Is there a way to alter a map object to make it bootstrap responsive?

Right now I use the following block in my html template:

{% with map=googlemap_obj("my-map", lat=user_lat, lng=user_lng, markers=user_markers, zoom=16, style="height:900px;width:900px;") %}
{{map.html}}
{{map.js}}
{% endwith %}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.