Bootstrap img-thumbnail style
Translation results:
img
#n. In web page production, it means "picture"; the abbreviation of image means picture. ;[Medical][=inferior mesenteric ganglia]Inferior mesenteric ganglia
#thumbnail
英[ˈθʌmneɪl] 美[ˈθʌmˌnel]
n.Thumb A, extremely small thing
adj. extremely small, extremely short
Bootstrap img-thumbnail stylesyntax
Function: Thumbnail function
Bootstrap img-thumbnail styleexample
<!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-thumbnail 类可制作图片缩略图:</p> <img src="http://img.php.cn/upload/article/000/005/6 56/5af270fd37755429.jpg" class="img-thumbnail" alt="Cinque Terre" width="304" height="236"> </div> </body> </html>
Click the "Run instance" button to view the online instance