Trying to arrange 3D tiles in a row with zoom effect on hover and responsiveness is the ultimate goal. The desired look and feel can be seen below,
https://i.sstatic.net/yZVrm.jpg
Currently utilizing Bootstrap 3 and WordPress. Seeking guidance on how to achieve this design.
<!-- begin snippet: js hide: false console: true babel: false -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class ="row">
<img src="https://img.fireden.net/co/image/1484/60/1484607166775.jpg">
<img src="https://khms0.googleapis.com/kh?v=852&hl=en-US&x=2358&y=3247&z=13">
<img src="https://img.fireden.net/co/image/1484/60/1484607166775.jpg">
<img src="https://khms0.googleapis.com/kh?v=852&hl=en-US&x=2358&y=3247&z=13">
<img src="https://img.fireden.net/co/image/1484/60/1484607166775.jpg">
</div>
</div>
<div class="container">
<hr>
<div class="row">
<div class="
img-hover" style="float:left">
<img class="img-responsive img-rounded" src="http://placehold.it/300">
<img class="https://khms0.googleapis.com/kh?v=852&hl=en-US&x=2358&y=3247&z=13">
<img class="img-responsive img-rounded" src="http://placehold.it/300">
</div>
</div>
</div>
Both attempted methods have been included without success. Assistance is needed to accomplish this task.