Hey guys,
In regards to the sizes chosen, if it’s the product asset, then you set these in the WooCommerce settings – so you need to adjust these based on the size you use. @tkhong – if you are using 4 column shop, then you can reduce these right down (currently you have it set to 700px wide).
As for other images such as the Recent Posts, these are set based on the column size – and you can override with these filters:
$thumb_width = apply_filters('sf_recent_post_item_thumb_width', 720);
$thumb_height = apply_filters('sf_recent_post_item_thumb_height', 540);
If you override in a child theme, you can set the size you need. If you need assistance with this, we can provide example code.
Thanks,
– Ed