Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Portfolio crops my images in the "classic" pages › Reply To: Portfolio crops my images in the "classic" pages
July 9, 2015 at 1:10 pm
#3325
Keymaster
Hi,
You are right. Image on Portfolio element doesn’t load full size image, on Portfolio page it does.
Here is how this can be changed:
Open “wp-content / plugins / elvyre-core / includes / content-manager/ portfolio / portfolio.php” and change line 64 from:
$image = wp_get_attachment_image_src($images[0], 'large');
to
$image = wp_get_attachment_image_src($images[0], 'full');
I didn’t understand right what was the issue so you can ignore my reply above.