Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

By default we should stop WordPress generating any of the image sizes on upload #25

Closed
willmot opened this issue May 29, 2012 · 7 comments
Milestone

Comments

@willmot
Copy link
Member

willmot commented May 29, 2012

So that only originals are stored in wp-content/uploads.

@joehoyle
Copy link
Member

Agree, though we need to make sure the UI is still around for this (insert Thumbnail etc)

@willmot
Copy link
Member Author

willmot commented Dec 21, 2012

WordPress doesn't remove the UI even if you do de-register the default sizes.

We would still want to leave the Media settings and size options on insert.

@markoheijnen
Copy link

Thumbnail will be the issue here. It's used in the back-end a lot of times. If there isn't a thumbnail the only thing that will be removed is the view when you are going to change the image through WordPress. Also no clue how WPThumb works when you edit an image through the back-end

@joehoyle
Copy link
Member

@markoheijnen when editing an image, the attached_file of the attachment changes to the new file file path I believe and WP Thumb hooks in after that is retrieving so it's "seemless" unless I am misunderstanding something.

@markoheijnen
Copy link

Not sure. Didn't test it yet but when you edit an image in WordPress only thumb/medium/large will get changed and not the original. If you are using that it will fail.

@joehoyle
Copy link
Member

Ahh I thought it created a copy of the original (at that size). Presumably this means if you edit a 3000x2000 image, you can not get a "full size" edited image?

@markoheijnen
Copy link

Ah you are right. Interesting why I never saw it.
Curious why WordPress then not removes the resized images from the original. And when restoring it back removed the edited images. Need to play with that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants