diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index e67ef8dc4b..15025da0cf 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -3,7 +3,6 @@
You can disable zooming capabilities on mobile devices by adding user-scalable=no
to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall, we don't recommend this on every site, so use caution!
Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive
class. This applies max-width: 100%;
and height: auto;
to the image so that it scales nicely to the parent element.
<section>
should be wrapped as inline.
Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive
class. This applies max-width: 100%;
and height: auto;
to the image so that it scales nicely to the parent element.
Add classes to an <img>
element to easily style images in any project.
<section>
should be wrapped as inline.
{% endhighlight %}
-
- Looking for how to make images more responsive? Check out the responsive images section up top.
-