This has been recently changed ?
Because I’m almost sure on my site (can’t share a link for now) the full image is loaded and then the image is only resized for the display.
If its called at a smaller size, not full, it will generate a thumbnail and use that. Uses the WP image resize system.
Ok.
I see this has been released on 21 Apr, and I’ve isntalle wp manager in April so maybe this is why my blog doesn’t act like this.
edit: i’m using the version 1.22.1
Either that, or its loading ‘full’ size on purpose.
Hi again Mike,
Reminder: I’m using:
- WP 4.1.5
- Job manager: 1.22.1
- Theme: Job Finder
I’ve tried to update Job manager but the version 1.22.3 breaks a lot of things.
I’ve updated manually the wp-job-manager-template.php file by this one but nothing has changed.
Do you think it’s because I’ve changed something in the css in order to have a 16:9 ratio in the company logo ?:
ul.job_listings li .company_logo {
width: 80px !important;
height: 45px !important;
border: 1px solid #E6E6F0;
}
Thanks
I’m sorry but I’m not sure to understand what need to be changed on line 3! :s
<?php the_company_logo(); ?>
To:
<?php the_company_logo( 'thumbnail' ); ?>
for example.
Nice! It works perfectly. The layout is much better now on Firefox and IE because these browsers don’t smooth the pictures like chrome.
Thanks again Mike for your amazing support !