It looks like you're new here. If you want to get involved, click one of these buttons!
mkalika said: So, it turns out that if I don't want my images to be stretched in iPad, I need them to be at 730 X 365 resolution. Otherwise, 600 X 300 becomes 730 X 365 which looks bad in iPad.
mkalika said: Also, how can I change the size of the default image size in Slider to be for example 960 X 480 without having white space around the slider placeholder?
<div style="width:960px; margin:0 auto;">
<div class="frame"> ... </div>
</div>
<div class="slide-control"></div>