Doesn’t work with custom image sizes?
-
Hi, I’m adding custom image sizes like this:
add_image_size('huge', 1800, 1800, false);
And when I add this to the page with
wp_get_attachment_image(ID, 'huge')
doesn’t work, but if I change size to the defaults (full, large, medium, thumb) it works.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Doesn’t work with custom image sizes?’ is closed to new replies.