菜鸟教程 tryfoundation_thumbnail 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <div style="padding:20px">
  <h2>缩略图</h2>
  <p>在 <code>&lt;a&gt;</code> 标签中添加 <code>.th</code> 类将图片设置为缩略图。 鼠标移动到上面会显示一个浅蓝色外框:</p>
  <p><strong>注意:</strong>  Foundation 中图片默认是响应式的。重置窗口大小可以查看效果。</p>       
  <a href="paris.jpg" target="_blank" class="th">
    <img src="/upload2paris.jpg" alt="Paris" width="400" height="300">
  </a>
</div>