Hi @immermanalu,
Please try to add this to Customize => Additional CSS:
@media screen and (max-width: 720px) {
.section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img { width: auto; }
}
Let me know how it goes!
Hi again @famethemes
I have applied the code into my css but it seems that the image is still blurred and also the image become not fixed the layout on mobile device.
Thank you 🙂
@immermanalu
Please open this file in your theme:
https://github.com/FameThemes/onepress/blob/master/template-parts/content-list.php
Or copy it to child theme.
Line 16, replace the_post_thumbnail( 'onepress-blog-small' ); with the_post_thumbnail( 'full' );
Let me know!
Hi @famethemes, the code has been applied but still no change 🙂
I hope like the clear image on neoteknologi.com/amp
-
This reply was modified 7 years, 11 months ago by
immermanalu.
Hi @immermanalu,
Sorry, but we can’t help you in this case because it is not the theme issue.