Gallery Photo Proofing download full size

I would like to offer the photos in my clients galleries to download in full size not in a scaled version only.
Is this possible?
best regards, Uwe

Hi uwekranner

Sometimes it depends of each theme, but you can try to add this filter to the functions.php file of your theme:

add_filter( 'big_image_size_threshold', '__return_false' );

Here is a plugin that does the same:

If the gallery is included in the post content, you can use the Method 2 of this article:

Hope it helps.

Notice: If you find this is a conclusive answer, please flag it as solved (solution) to help other members of the forums.

1 Like