Title: [Plugin: Basic Google Maps Placemarks] Fullscreen
Last modified: August 20, 2016

---

# [Plugin: Basic Google Maps Placemarks] Fullscreen

 *  [gummlion](https://wordpress.org/support/users/gummlion/)
 * (@gummlion)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/)
 * So, i really can’t override the styles to the map.
    I need a full screen map 
   on my homepage..so:
 * 1) I have added
 *     ```
       function setBGMPStyle()
       {
           wp_deregister_style( 'bgmp_style' );
           wp_register_style(
               'bgmp_style',
               get_bloginfo('template_url') . '/bgmp-style.css'
           );
           wp_enqueue_style( 'bgmp_style' );
       }
       add_action('init', 'setBGMPStyle');
       ```
   
 * in my theme’s functions.php file
 * 2) Then I saved this bgmp-style.css in my theme folder:
 *     ```
       #bgmp_map-canvas
       {
       	width: 100%;
       	height: 100%;
       }
       ```
   
 * As you can see from my test blog here: [smll.eu/maps](http://smll.eu/maps) I 
   get always the default settings.
 * Can someone help me out?
    Thank you!
 * [http://wordpress.org/extend/plugins/basic-google-maps-placemarks/](http://wordpress.org/extend/plugins/basic-google-maps-placemarks/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3073806)
 * It looks full screen to me in Firefox.
 *  Thread Starter [gummlion](https://wordpress.org/support/users/gummlion/)
 * (@gummlion)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3073821)
 * mhhhh, are you sure?
    I update the settings to 500x500px, and I still see a square.
   I need a 100% width and height map, [something like this](http://smll.eu)
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3073845)
 * It was last night, but now it’s 500×500.
 * Try entering “100%” into the settings width/height fields on the Settings page,
   or in the [bgmp-map] shortcode.
 * If that doesn’t work, add `!important` declarations to your CSS rules, like
 *     ```
       #bgmp_map-canvas
       {
       	width: 100% !important;
       	height: 100% !important;
       }
       ```
   
 *  [MacGreenbear](https://wordpress.org/support/users/macgreenbear/)
 * (@macgreenbear)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3073994)
 * I am trying to achieve a responsive width here as well. I’ve tried the above 
   suggestions but I just keep getting a width of 300px along with an error that
   my width is not valid.
 * 100% width would be very handy especially for responsive themes…can anyone let
   me know how to override the width issue?
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3074000)
 * Setting the option to “100%” is working in my tests. Keep in my that it will 
   be 100% width of the container element, so if your container will need to be 
   100% (and so will its container, etc).
 * What’s the exact text of the error you’re getting?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Basic Google Maps Placemarks] Fullscreen’ is closed to new replies.

 * ![](https://ps.w.org/basic-google-maps-placemarks/assets/icon-128x128.png?rev
   =1152531)
 * [Basic Google Maps Placemarks](https://wordpress.org/plugins/basic-google-maps-placemarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/basic-google-maps-placemarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/basic-google-maps-placemarks/)
 * [Active Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/basic-google-maps-placemarks/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-fullscreen/#post-3074000)
 * Status: not resolved