How to get other image sizes in Repeater
-
I have a block using a repeater child controls, but I can’t figure out any way of getting a smaller image other than the full resolution one?
Looking at Lazy blocks docs it should be something like
<?php echo esc_url( $inner[‘image’][‘url’],’Medium’ ); ?>
but doesn’t do anything, returns full hi-res image
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get other image sizes in Repeater’ is closed to new replies.