leemengtaiwan
10/18/2017 - 1:33 AM

垂直捲軸

div.gal {
  max-height: 1200px;
  overflow-y: auto; 
}
<div class="row gal">
  list of images..
</div>