img
n Es bedeutet „Bild“ in der Webseitenproduktion; die Abkürzung von Bild bedeutet Bild. ;[Medizinisch][=untere Mesenterialganglien]Untere Mesenterialganglien Ameise; reaktiv von
Bootstrap img-responsiver Stil Syntax
Funktion: Bildresponsiv (wird gut auf übergeordnete Elemente ausgedehnt)
Bootstrap img-responsiver Stil Beispiel
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(php.cn)</title> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h2>图片</h2> <p> .img-responsive类让图片支持响应式,将很好地扩展到父元素 (通过改变窗口大小查看效果):</p> <img src="http://img.php.cn/upload/article/000/005/6 56/5af270fd37755429.jpg" class="img-responsive" alt="Cinque Terre" width="304" height="236"> </div> </body> </html>
Klicken Sie auf die Schaltfläche „Instanz ausführen“, um die Online-Instanz anzuzeigen