Skip to content

Instantly share code, notes, and snippets.

@atstyle
Created January 23, 2014 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atstyle/8573428 to your computer and use it in GitHub Desktop.
Save atstyle/8573428 to your computer and use it in GitHub Desktop.
Bootstrap 2.3モーダルウィンドウ
<div id="myModal" class="modal hide fade">
<div class="modal-header">
<a class="close" data-dismiss="modal" >&times;</a>
<h3>画像の説明(alt)</h3>
</div>
<div class="modal-body">
<img alt="" src="画像" class="mt-image-none" style="" height="375" width="500"><!-- 527pxまでOK -->
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal" >閉じる</a>
</div>
</div>
<p><a data-toggle="modal" href="#myModal"><img src="サムネイル" alt="" width="**" height="**"></a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment