15
コンテンツに基づいて動的にTwitter Bootstrapモーダルのサイズを変更する方法
YouTubeのビデオ、Vimeoのビデオ、テキスト、Imgurの写真など、さまざまな種類のデータを含むデータベースコンテンツがあります。それらの高さと幅はすべて異なります。インターネットを検索しているときに私が見つけたのは、サイズを1つのパラメーターに変更することだけです。ポップアップのコンテンツと同じである必要があります。 これは私のHTMLコードです。また、Ajaxを使用してコンテンツを呼び出します。 <div id="modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="ModalLabel"></h3> </div> <div class="modal-body"> </div> </div>