Question:
I need to change the picture radius value to get a perfect square…how do I have to get this. I am using the skin Simplicity.
Answer:
In Step 3, Options tab, click Skin Options button, then find the following code, and remove the red text:
#amazingcarousel-CAROUSELID .amazingcarousel-image img {
display: block;
width: 100%;
max-width: 100%;
border: 0;
margin: 0;
padding: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
