JQuery mobile gallery 3d cube

Asked By 20 points N/A Posted on -
qa-featured

Hi Techyv Friends,

By using JQuery mobile gallery 3D cube, how to show the image with rounded corner. I tried many codecs for the JQuery mobile gallery . Could you people explain step by step method for round the corner image using JQuery mobile gallery art 3D cube.

Regards,

Horace M Dudley

SHARE
Answered By 0 points N/A #167304

JQuery mobile gallery 3d cube

qa-featured
Putting rounded corners on a 3D cube is a bit off because the edges will still be there but if you still want to do it, you can achieve this by adding this code:
 
div.melonhtm15_gallery div.cube div,
div.melonhtm15_gallery div.cube div img
{ border-radius: 10px }
 
Your output will probably look like this.
 
 
As you can see, the corners have already been rounded but there are still corners.

Related Questions