fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 3 缩略图</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="/jscss/bootstrap/v3/bootstrap.min.css" rel="stylesheet" media="screen"> <style> body { padding: 50px } </style> <!-- HTML5 Shim and Respond。js IE8支持 HTML5 原始和媒体查询。 --> <!-- WARNING: Respond。如果通过file://查看页面js将不工作。 --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body> <img src="/images/bootstrap/image-with-thumbnail.png" alt="image without thumbnail"> <img src="/images/bootstrap/image-with-thumbnail.png" alt="image with thumbnail" class="img-thumbnail"> <!-- jQuery (对Bootstrap的 JavaScript插件来说是必要的---> <script src="https://code.jquery.com/jquery.js"></script> <!-- 包括所有已编译的插件(如下),或者根据需要包括单个文件 --> <script src="/jscss/bootstrap/bootstrap.min.js"></script> </body> </html>
运行结果