In Bootstrap open Enlarge image in modal

You can try this code if you are using bootstrap 3: HTML <a href=”#” id=”pop”> <img id=”imageresource” src=”http://patyshibuya.com.br/wp-content/uploads/2014/04/04.jpg” style=”width: 400px; height: 264px;”> Click to Enlarge </a> <!– Creates the bootstrap modal where the image will appear –> <div class=”modal fade” id=”imagemodal” tabindex=”-1″ role=”dialog” aria-labelledby=”myModalLabel” aria-hidden=”true”> <div class=”modal-dialog”> <div class=”modal-content”> <div class=”modal-header”> <button type=”button” class=”close” data-dismiss=”modal”><span … Read more