3

Simple question really. Instead of having a button trigger a modal window, I need to use an image. I can't figure out the code to do it. Any tips?

madth3
  • 7,275
  • 12
  • 50
  • 74
user2172235
  • 41
  • 1
  • 3

1 Answers1

8

Yes you just wrap the tag around an image.

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

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

Here is a live example:

Bootstrap modal trigger by an image

anataliocs
  • 10,427
  • 6
  • 56
  • 72