The image-editor tag has no wiki summary.
1
vote
2answers
53 views
Image rotation fails to regenerate custom sized thumbnail
I'm using custom image dimensions in functions.php like this:
add_image_size( 'custom-size-thumbnail', 120, 120, true );
I uploaded some pictures with wrong orientation, so I used "edit" options to ...
1
vote
1answer
465 views
Force image crop size in media editor
I've searched high and low for this but think the answer I seek is being buried by the more common questions.
I am developing a theme for a client that has two specific image sizes (100x127 for ...
0
votes
1answer
310 views
Wordpress Uploader Editor shows broken image
I have the latest wordpress version installed. When I upload an image in the control panel for a post, I then go to edit it (crop an image for the thumbnail the way I want or rotate or do any kind of ...
3
votes
1answer
404 views
How to link to the image editor's Edit Image function?
How do I link to the image editor's Edit Image function from the front end?
I know that I can open the lightbox with a simple link, such as <a ...