Home Forums WoodMart support forum Image scaled down Reply To: Image scaled down

#174615

TigoVape
Participant

For anyone facing this issue.
I found the fix.

Wordpress by default has a max size for the images.

Adding this line to your functions.php, gets rid of the limit:

add_filter( ‘big_image_size_threshold’, ‘__return_false’ );