2017-01-27 22 views
0

私は最近、インタラクティブなビデオギャラリーの開発を完了しました。私はHTMLとCSSだけを使用しました。今私はそれを反応させることに問題があります。ブラウザのサイズを変更するとすぐに、画像がフレーム外になります。私はイメージギャラリーをnoに変更したい。ギャラリーのフィーチャーやホバー効果に影響を与えることなく、ブラウザーの幅に応じて列を並べ替えることができます。 私のプロジェクトフォルダへのリンクは - https://drive.google.com/open?id=0Bx9r_Ov1lSfAYmxDcmJCSkY1MjAイメージギャラリーを反応的にする方法

です。本当に役立つでしょう。

+0

を私はあなたのエラーを解決してきたし、それが完璧に動作しますどのようなアイデアを持っていた... – Armin

+0

代わりにプランカを作成します。 – Aravind

+0

プロジェクトを見ていませんでした - magnific-popupやjqueryのような既存のフレームワークを使用することは可能でしょうか? jqueryは画像の読み込みを管理するのに役立ちます。すばらしいポップアップはIMHOの素晴らしいギャラリーフレームワークです。 – Gunnar

答えて

0

プロジェクトではブートストラップリンクを使用できません。ファイルでインラインスタイルを削除することはできます。あなたがしようとしているものをあなたのコードを、提供してください...あなたはそれを実行し、プロジェクトフォルダ内のこのhtmlファイルを試すことができます...

<html> 
 
<head> 
 
\t <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> 
 
\t <link rel="stylesheet" type="text/css" href="thumb-css/style.css"> 
 
\t <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 
 
</head> 
 
<body> 
 
<div class="isotope-wrap"> 
 
    <div class="col-lg-12 offset-top-34"> 
 
     <div data-isotope-layout="fitRows" data-isotope-group="gallery" class="isotope isotope--loaded" style="position: relative; height: 2100px;"> 
 
      <div class="row"> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item"> 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
      \t    <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item" > 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
          <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item" > 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
          <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item" > 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
          <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item" > 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
          <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
       <div data-filter="All" class="col-xs-12 col-sm-6 col-lg-4 isotope-item" > 
 
        <div class="inset-xl-left-20 inset-xl-right-20"> 
 
         <a class="thumbnail-classic" href="index-variant-2.html" target="_blank"> 
 
          <figure> 
 
           <img class="img-responsive" src="images/intense-570x428.jpg" alt=""> 
 
           <figcaption class="thumbnail-classic-caption text-center"> 
 
            <h4 class="thumbnail-classic-title text-light" style="font-family: 'Montserrat', sans-serif; color: #212121;text-transform: uppercase; text-align: center; font-weight: 100">Intense</h4> 
 
            <p class="thumbnail-classic-desc text-bold veil reveal-xs-block" style="font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-weight: 100;text-align: center;">Feel the power of future</p> 
 
           </figcaption> 
 
          </figure> 
 
         </a> 
 
        </div> 
 
       </div> 
 
      </div> 
 
     </div> 
 
    </div> 
 
</div> 
 
</body> 
 
</html>

+0

おかげで多くの仲間、それは正常に動作します。しかし、2つのテキストの間の距離はなくなっています。以前とは異なります。 –

関連する問題