Image sizing
-
I am using the events manager for a main listing and have set the image sizes as below:
{has_image}#_EVENTIMAGE{400, 300}{/has_image} {no_image}<img src="/wp-content/themes/Borough/images/theatreshot4x3.jpg" alt="borough theatre"/>{/no_image}<br/>
But can I use pre-saved image sizes that I have set in functions.php and set the image as central.
I want to use the sizes saved as ‘show’ for my event items:
add_image_size( 'show', 500, 400, array( 'center' ) );
above code is from my functions.php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image sizing’ is closed to new replies.