Hello,
1. Open function.php and replace this code to be like this:
//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 606, true);
//big slider – small image
add_image_size(‘art-slidebig-small’, 326, 200, true);
http://screencast.com/t/VXIPbVKjIvff
2. Open td_module_slide_big.php located in \includes\app\modules and replace art-wide with art-slidebig-small in 3 places:
http://screencast.com/t/1JMfDchB
3. Add this to style.css
@media (min-width: 1200px) {
.td_block_slide_big .iosSlider-col-3 .item {
height: 606px !important;
}
.td_block_slide_big .iosSlider-col-3 {
height: 606px !important;
}
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 606px;
}
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-sec {
height: 200px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 545px;
}
}
4. Rebuild the thumbnails using steps from here: http://import.tagdiv.com/newspaper/doc/#existing-content
