They should be added automatically.
thanks for the reply. im not sure if we’re messing something up then, because only the original sizes added by wordpress get pushed to s3. im away from the code atm, but will try to paste how we’re adding sizes, although I feel its a pretty typical setup.
Matt, have you verified the custom image sizes are actually being created and stored locally?
I suspect a server configuration issue. With whom is your WordPress install hosted?
yeah, the custom sizes were being created on the server.
I actually just nuked my custom sizes for this project and opted to work with the defaults from WordPress. This project has been out of our shop for a little while now though, so i won’t be returning to it to test anything further on this. I appreciate the feedback.
I am also having the problem of custom image sizes not uploading to S3. Currently I am working on localhost, when I upload a image to wordpress, 6 images are created locally including the original file.
Following image sizes are created locally
150×150
300×136
330×200
336×150
680×365
original size
But on S3, only 3 files are uploaded
150×150
300×136
original size
The custom sizes are not being uploaded, hence site is using only the local images.
Any idea how to fix this?