1

我想使用 Fotorama.io 来显示 HTML 内容。但似乎 HTML 在滑块内不可点击。有没有可能让它在 Fotorama 中工作?

4

1 回答 1

1

在您的框架上使用.fotorama__selectclass 以使其可点击和可选择:

<div class="fotorama">
  <div class="fotorama__select">One</div>
  <div class="fotorama__select"><strong>Two</strong></div>
  <div class="fotorama__select"><em>Three</em></div>
</div>

http://fotorama.io/customize/html/#selectable-text

于 2014-03-29T09:13:48.400 回答