Reduce Size of Slide

Posted in: Newspaper
Post count: 43

How Do I reduce the size of the Slide to fit my images? My featured images are set to a height of about 450px. If I add a slide to a post, only half of the featured image is shown. As may e seen here. How may I reduce the size of the slide so that the image fits? or is there any way to make the image fit comfortably?

Thanks in advance.

  • This topic was modified 10 years by Navito.
Post count: 23312

Hello Navito,

I have checked your website and saw your inappropriate image slider. If you want to reduce the height slider please try the code below and add it int Theme panel->Custom CSS area, as a quick solution.

The code is ->

.td_block_slide .td-icon-left, .td_block_slide .td-icon-right {
margin-top: -130px;
}
.iosSlider-col-3 .td_module_slide {
height: 450px;
}

Please notice that our theme does not enlarge the image but only crop this. If you don’t have the possibility to upload large images you could use a combination of plugins to upscale the thumbs – Thumbnail Upscale and Force Regenerate.

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.