Images are not sizing
-
Under Recipe Directions the images are rendering in its original size (2-6MB in my case). The entire page is about 10-15MB. Is it possible to set sizes via settings or hooks?
It seems like they are hardcoded to render in the original size:
from /cooked/includes/class.cooked-recipes.php
$image = ( isset($dir['image']) && $dir['image'] ? wp_get_attachment_image( $dir['image'], 'full' ) : '' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Images are not sizing’ is closed to new replies.