diff --git a/getting-started.html b/getting-started.html index 1c864676b3..b8a405ce43 100644 --- a/getting-started.html +++ b/getting-started.html @@ -719,23 +719,17 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.
-If you're using Google Maps on a Bootstrapped project, you might run into some display problems due to our use of * { box-sizing: border-box; }
. Previously, you may have also ran into issues with the use of max-width
on images. The following snippet should avoid all those problems.
Certain third party tools—such as Google Maps—have trouble working out of the box with Bootstrap due to our use of * { box-sizing: border-box; }
. Use the following snippet to override it when necessary.