Can’t get the right images size after regenerating thumbnails
-
Hi, my report number: FPKBUJZO
Also, I tried to activate Disable All Features but that didn’t solve my issue.
On the frontend, my pages keep to recall the images generated by the plugin, like the following (copying a row from regenerate thumbnails logs) even if I regenerated all my thumbnails because I need to change the size of one custom thumb type:626/675 Regenerated “micro” thumbnail for “version=1&uuid=932B8A2C-A5ED-41A9-9250-4D24FEBD624A&mode=compatible&noloc=0” (ID 163).
Your images are named like this version=1&uuid=932B8A2C-A5ED-41A9-9250-4D24FEBD624A&mode=compatible&noloc=0 as you can see. It seems the do not get regenerated when doing regenerate thumbnails. At least from command line.
And it seems there’s no wayto go back to my original images.
For example, I get some images from an ACF field:
$images = get_field(‘images’);
Then I loop them, and if I log $image[‘sizes’][‘micro’], log shows the orignal one, so it should be good. But when I look at the source in frontend page, I see the other image coming from your plugin. Even after purging all cache and disabling all feature.
How to solve?
- The topic ‘Can’t get the right images size after regenerating thumbnails’ is closed to new replies.