From d6f25e13ec4389fcb94ef16cd13eacf4d5aa173b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 1 Feb 2014 00:26:46 -0800 Subject: mv .img-responsive docs from Overview to Images section --- docs/css.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index b4eaabe9b..2a2d50097 100644 --- a/docs/css.html +++ b/docs/css.html @@ -31,12 +31,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e

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!

{% highlight html %} -{% endhighlight %} - -

Responsive images

-

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.

-{% highlight html %} -Responsive image {% endhighlight %} @@ -2337,6 +2331,13 @@ For example, <section> should be wrapped as inline.

Images

+

Responsive images

+

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.

+{% highlight html %} +Responsive image +{% endhighlight %} + +

Image shapes

Add classes to an <img> element to easily style images in any project.

Cross-browser compatibility

@@ -2352,11 +2353,6 @@ For example, <section> should be wrapped as inline. ... ... {% endhighlight %} - -
-

Responsive images

-

Looking for how to make images more responsive? Check out the responsive images section up top.

-
-- cgit v1.2.3