我可以使用图像触发Bootstrap中的模态窗口吗?

时间:2013-03-15 02:06:32

标签: image twitter-bootstrap modal-window

真的很简单的问题。我没有按钮触发模态窗口,而是需要使用图像。我无法弄清楚代码来做到这一点。有什么提示吗?

1 个答案:

答案 0 :(得分:5)

是的,你只需将标签包裹在图像周围。

<a href="#myModal" role="button" data-toggle="modal">

<img src="http://placehold.it/150x150"></a>

这是一个实例:

Bootstrap modal trigger by an image