Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

Align center vertically? #59

Closed vsitaraman closed 5 years ago

vsitaraman commented 5 years ago

How do you vertically align to middle/center when items are different heights in the carousel?

vsitaraman commented 5 years ago

Nvm, figured it out:

.caroufredsel_wrapper .row { display: flex; align-items: center; }