Hi, I’ve noticed on my site a problem with widget images size.
I need images with a size of 100×75 (aprox) so they would use about few kb. The problem is the widget takes my post image (2000×1500 aprox size) as reference and resize it, so the loading page time is soooooo slow because the amount of images.
I’ve already try to add the following snippet code but it doesn’t change anything.
add_filter( ‘wppr_review_image_size’,’use_image_size’,20,1 );
function use_image_size( $size ) {
return ‘thumbnail’;
}
What should I do to load a smaller image, that I know it exists, and it would have less weight (like real thumbnails with 150 width/height size)?
Thanks!
Àlex
-
This topic was modified 5 years, 11 months ago by
alaxmo13.
-
This topic was modified 5 years, 11 months ago by
alaxmo13.
The page I need help with: [log in to see the link]