amrelsaqqa
New Member
I am using the flex slider jquery plug-inHow do I centralize the images inside the slider with dynamic width and height?\[code\]<div class="flexslider"> <ul class="slides"> <li><img .../></li> <li><img .../></li> </ul></div>ul.slides li{ margin: 0px; padding: 0px; text-align:center;}ul.slides li img{ width: 100%; /*display: table-cell; vertical-align: middle; does not work*/}\[/code\]