Adding other image sizes
-
I have tried to add more image sizes like so:
public function menu_image_init() { add_image_size('menu-128x128', 128, 128); }
The new sizes show in the menu, but the images are not resized on output. What am I missing?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Adding other image sizes’ is closed to new replies.