• Resolved nillamary

    (@nillamary)


    Hi
    Does FTG scale an image in the gallery without modifying the source file?
    or
    Does FTG scale the image in the gallery and also modifies the source file?

    Since installing FTG I’ve noticed my source files ends with “scaled” and the file is greatly reduced. Some files in my WP media library have a link to the source file and others don’t. I’m not sure what’s happening since installing FTG.
    Any thoughts?

    Also, once creating the gallery in FTG, does FTH remove the source file from my Wp media library and stored them in the zip file that’s created?

    • This topic was modified 4 years ago by nillamary.
Viewing 1 replies (of 1 total)
  • Plugin Author slickremix

    (@slickremix)

    We are aware of scaled issue problem, although really WordPress included this image optimization without giving anyone the choice to turn it on. Instead they just turned it on by default.

    You will need to go into the functions.php file in your theme and add the following.

    add_filter( 'big_image_size_threshold', '__return_false' );

    We are discussing adding an option in Feed Them Gallery to turn this on and off without having to edit files but here is the fix in the meantime.

    “Also, once creating the gallery in FTG, does FTH remove the source file from my Wp media library and stored them in the zip file that’s created?”

    The answer to this question is no, when a zip is made it will copy the full file into the zip. This is a premium question so please use our ticketing system for any follow up questions regarding this.

Viewing 1 replies (of 1 total)
  • The topic ‘FeedThemGallery scaled images’ is closed to new replies.