darmix
asked 7 years ago

Sorry for my english.
If I use a larger image than 770x400px is resized correctly in the slider (710×400), but incorrectly in other content (for example DW focus new grid etc) what should i do? 

3 Answers
DominicStaff
answered 7 years ago

Please send me your site URL for further checking.

darmix
answered 7 years ago

Sorry if I still disturb you but I can not solve the problem. When I insert a larger 770×400 image the thumbnails on the homepage (in post and dw-focus new grid) are resized with different sizes. Am I required to put only 770×400 images?

DominicStaff
answered 7 years ago

You can add the following code to the style.css file or Custom Css code section in the Theme options of the DW Focus theme.

@media (min-width: 992px) {
.dw_focus_widget_news_grid .post img, .widget_news-grid .post img {
    height: 133px;
    object-fit: cover;
   }
}
Powered by DW Question & Answer Pro