How to design the curved style for the image in 3d!
The original image has to be show like below image. Because In 3d rotation I need to show it in dynamically like the below image.
For editing in Photoshop for each image has take much time so it need to be manipulate at run time.
div.img img{
margin: 5px;
padding: 5px;
height:250px;
width: 500px;
float: left;
text-align: center;
}
<div class="img">
<img src="http://po-web.com/wp-content/uploads/2013/12/it-solution1.jpg" alt="Klematis">
</div>
You can get this efect setting multiple divs with the same background image, and arranging them in a curved path along the Z axis.
As an extra, you can get an hover animation