Hello mgeist! Thanks for the rating and the comment.
The plugin should be able to make the map fit. If you see https://www.mapster.me/wp-mapbox-gl-js/docs/shortcode/map-options/, you’ll see that you can set the width of the map to 100% in the shortcode (with something like [wp_mapbox_gl_js height=”500px” width=”100%” id=”your_map_id”]. This should allow it to wrap to the correct width.
Please let me know if this works, or we’ll make sure to update things accordingly.
I’m sorry about the slow reply — have been on vacation.
-
This reply was modified 6 months, 3 weeks ago by
tempranova.
Thanks for the response! I was able to make something similar using a mapbox.com tutorial and making it fit my needs: https://www.mapbox.com/help/building-a-store-locator/
I will keep this plugin in mind for when I need something fast, and now knowing about the shortcode options helps! Thanks.