Company Logo image thumbnail dimensions
-
I assume the Company Logo “thumbnail” size is being pulled by the image dimensions set at Settings > Media > Thumbnail size
I there a way to override the image size for the WP Job Manager company logo, without changing the Thumbnail size for the entire site?
I see the image is being output by:
get_the_post_thumbnail( $post->ID, array('class' => 'company_logo') );
So is there a function I can set to change the size of the company_logo thumbnail?
It’s currently being cropped to 150px square, but I want it to be larger… since I plan to display it larger than 150px via CSS.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Company Logo image thumbnail dimensions’ is closed to new replies.