l00pus
l00pus

Reputation: 25

Slick slider: Border+circuar radius option

When I try to apply 50% border-radius the slider items, they only look only more oval. Setting border on item goofs up slider controls. Fixed width/height is not very helpful too.

Upvotes: 1

Views: 2539

Answers (1)

OshoParth
OshoParth

Reputation: 1552

On applying 50% Border-radius the items look oval because on setting this value it results in excessively rounded corners . For slightly rounded corners try the percentage value near about 10 % and apply this property to the container element. you can also set the overflow property to prevent images from exceeding the border.

Upvotes: 1

Related Questions