img-thumbnail Bootstrap 類


使用 .img-thumbnail Bootstrap 類向影像新增縮圖。

你可以嘗試執行以下程式碼來實現 img-thumbnail 類

示例

 線上示例

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Images</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <p>Styling images with Bootstrap</p>
      <h1>Original Image</h1>
      <img src = "https://tutorialspoint.tw/videotutorials/images/tutorial_library_home.jpg">
      <h1>Thumbnail Image</h1>
      <img src = "https://tutorialspoint.tw/videotutorials/images/tutorial_library_home.jpg" class = "img-thumbnail">
   </body>
</html>

於以下日期更新:12-Jun-2020

214 瀏覽量

開啟你的 職業生涯

透過完成課程獲得認證

立即開始
廣告
© . All rights reserved.