Hi, I would like the carousel to be responsive in setting a different aspect ratio for the image at different screen sizes.
As an example
@>980 normal aspect ratio
@ <980 aspect ratio 1 to 5
@width 420px aspect ratio 1 to 1.5
I have tried the clip property as example from w3 schools but doesnt work:
img
{
position:absolute;
clip:rect(0px,60px,200px,0px);
}
any ideas how to make the carousel aspect ratio responsive?
Many thanks
