Hello ,
I have a course and post carousel on my home page which I have set a custom width for each.
the problem is that the carousel shows low-resolution thumbnails which looks blurry. I have tried to regenerate all thumbnails but that didn't fix it .
my site : http://archvizcamp.com/
please help
Idan
Can you please tell if you have created your custom featured block styles and are using that ?
If yes then please check the parameter in this function : get_the_post_thumbnail($post->ID,'medium') ;
Try changing this to big :
get_the_post_thumbnail($post->ID,'big') ;
thanks for your reply,
I used the page builder section to build the home page (like in the demo data).
I set 1/2 column and dragged carousels/rotating blocks on it. under "width each carousel block" I've set a value of 268. see attachment
Please try changing that width each carousel block .Try
540px width size in that
refer :
http://prntscr.com/ba6qlv
great , its working fine .
thanks
Thanks for confirming, so marking the topic as resolved and closing the topic.