fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 3 使用HiSRC的响应式图像实例 </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 } img { margin-bottom:30px } </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/bootstrap_hudie.jpg" data-1x="5216852563_eca0af1b0d.jpg" data-2x="5216852563_90c3f9c402_o.jpg" class="hisrc" /> <!-- jQuery (对Bootstrap的 JavaScript插件来说是必要的---> <script src="https://code.jquery.com/jquery.js"></script> <!-- 包括所有已编译的插件(如下),或者根据需要包括单个文件 --> <script src="/jscss/bootstrap/bootstrap.min.js"></script> <script> $(document).ready(function(){ $(".hisrc").hisrc(); }); </script> <p>Photo curtsey: /http://www.flickr.com/photos/cubagallery/</p> </body> </html>
运行结果