Image thumbnails

View Demo

Source

<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>Image thumbnails in Muut</title>

  <!-- Optimize for mobile -->
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <!-- force latest IE rendering engine -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <!-- Muut style -->
  <link rel="stylesheet" href="https://cdn.muut.com/1/moot.css">

  <!-- thumb styling -->
  <link rel="stylesheet" href="https://cdn.muut.com/1/plugin/thumb.css">

  <!-- page specific CSS -->
  <style>
  body {
     font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
     font-size: 18px; margin: 0; padding: 0;
  }
  </style>

</head>

<body>

  <!-- Muut client -->
  <a class="muut" href="https://muut.com/i/goma">GoMA forum</a>

  <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
  <script src="https://cdn.muut.com/1/moot.min.js"></script>
  <script src="https://cdn.muut.com/1/plugin/thumb.js"></script>

</body>

</html>

View Demo