I am using bootstrap 3 thumbnail as follows:
<div class="thumbnail">
<img src="/img/robot.jpg" alt="..." />
<div class="caption post-content">
<h3>Robots!</h3>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
I want the caption
to overlay on image but the way being done on Mashable.com
I have tried following but no luck :((
.post-content {
background: none repeat scroll 0 0 #FFFFFF;
opacity: 0.5;
margin: -54px 20px 12px;
position: relative;
}
How can I overlay a caption
div on top of the image but just like (Mashable.com)?
This works but I want it centered just like Mashable. and centered for every image. for some images, it is not centered.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…