Not working because of image_get_intermediate_size
-
Hey,
This plugin advertises to do exactly what I’d like, however I’ve not found it functioning. I’ve done some debugging and in file
class-resize-image.php
if ( $intermediate = image_get_intermediate_size( $id, $size ) ) {
if I remove that block, so it always processes the ‘else’ then it works as I wish.
I’ve not really read the code to understand how it works – but this doesn’t seem right to me. Is it possible another plugin I have is conflicting – if so any idea what to look for?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Not working because of image_get_intermediate_size’ is closed to new replies.