我需要.hero-overlay(小麥啤酒玻璃部分)容器在按比例縮小時保持響應並保持在英雄圖像(960x300圖像)內。現在,當瀏覽器變窄時,div會溢出英雄圖像。不在另一個div內縮放
在小型設備上,例如手機(320像素或更小),我計劃隱藏英雄覆蓋圖。在中等到桌面設備上,我需要圖像和覆蓋圖按比例縮放。
http://jsfiddle.net/heymila/kWv7R/
<section class="header-hero">
<div class="hero-image"><img src="http://placehold.it/960x300"/></div>
<div class="hero-overlay span5">
<div class="row">
<div class="span12">
<p class="lead">Wheat beer glass</p>
<p>Wheat beer glass, anaerobic malt extract tulip glass. hops aau tulip glass, yeast heat exchanger hops bottle conditioning?</p>
</div>
</div>
</div><!-- end hero-overlay -->
</section>
如何使其在較小寬度的設備中顯示?解決方案僅取決於該要求。 –