.iosSlider image height and width on css

Posted in: Newspaper
Post count: 3

Hi guys !
Newspaper is a beautiful theme but if one has many images need many MB for that
I have disable some cropping by commenting each line // for the image size that are not used .
A good idea is we can make extra sizes only for featured images ( I have a fashion Site with many images and galleries )

I use the Big slider but many times the images is smaller from Big image 745×483 px
how I can set the .iosSlider image height and width on css for stretch image to full size

Best Regards
-VK

Post count: 3343

Hi,
Try with this CSS

.iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

add it in Theme panel -> Custom CSS

Thanks!

Post count: 3

It OK !
Many thanks Marius
-VK

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.