"Blur Thumbnails"
Bootstrap 3.1.0 Snippet by arronrobles

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-sm-4 col-md-4"> <div class="post"> <div class="post-img-content"> <img src="http://placehold.it/460x250/e67e22/ffffff&text=HTML5" class="img-responsive" /> <span class="post-title"><b>Make a Image Blur Effects With</b><br /> <b>CSS3 Blur</b></span> </div> <div class="content"> <div class="author"> By <b>Bhaumik</b> | <time datetime="2014-01-20">January 20th, 2014</time> </div> <div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div> <div> <a href="http://www.jquery2dotnet.com/2014/01/jquery-highlight-table-row-and-column.html" class="btn btn-warning btn-sm">Read more</a> </div> </div> </div> </div> <div class="col-sm-4 col-md-4"> <div class="post"> <div class="post-img-content"> <img src="http://placehold.it/460x250/2980b9/ffffff&text=CSS3" class="img-responsive" /> <span class="post-title"><b>Make a Image Blur Effects With</b><br /> <b>CSS3 Blur</b></span> </div> <div class="content"> <div class="author"> By <b>Bhaumik</b> | <time datetime="2014-01-20">January 20th, 2014</time> </div> <div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div> <div> <a href="http://www.jquery2dotnet.com/2013/11/share-social-media-round-buttons.html" class="btn btn-primary btn-sm">Read more</a> </div> </div> </div> </div> <div class="col-sm-4 col-md-4"> <div class="post"> <div class="post-img-content"> <img src="http://placehold.it/460x250/47A447/ffffff&text=jQuery" class="img-responsive" /> <span class="post-title"><b>Make a Image Blur Effects With</b><br /> <b>CSS3 Blur</b></span> </div> <div class="content"> <div class="author"> By <b>Bhaumik</b> | <time datetime="2014-01-20">January 20th, 2014</time> </div> <div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div> <div> <a href="http://www.jquery2dotnet.com/2013/07/cool-social-sharing-button-using-css3.html" class="btn btn-success btn-sm">Read more</a> </div> </div> </div> </div> </div> </div>
.thumbnail { position: relative; padding: 0px; margin-bottom: 20px; } .thumbnail > h4 { padding: 7px 5px 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .thumbnail h4 .info { position: absolute; top: 0px; right: 0px; font-size: 0.6em; padding-left: 15px; border-top-right-radius: 3px; border-bottom-left-radius: 4px; border-radius: 0px; border-bottom-left-radius: 5px; cursor: pointer; } .thumbnail h4 .info > span { margin-right: 10px; } .thumbnail img { width: 100%; } .thumbnail a.btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
$(document).ready( function() { $('[data-toggle="tooltip"]').tooltip(); });

Related: See More


Questions / Comments: