Home › Forums › Front-end Issues › Image array won\'t output custom image sizes › Reply To: Image array won\'t output custom image sizes
HI @pixelsmith
I ran into the issue before (more than once)… where WP was creating 1×1 images for all image sizes. I guess… since they are all the same size, they all have the same URL? (I can’t be sure on that though).
At any rate… one time… it was a plugin that was creating 1×1 images for all sizes.. like: add_image_size( ‘thumb-1’, 1, 1, true )
…another time it was image compression software (like WP Smush IT, Shortpixel, Photon) that was messing with image sizes that caused it. I can’t remember the image compression software now (it wasn’t any of the ones listed above tho).
To fix… I removed the tools… regenerated thumbs, and all was good.
So… not sure if it’s an ACF issue… it might have happened within the Media Library during upload by some other hook.
Hope you are able to sort it out, and it’s a simple fix!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.