Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Photo Gallery

#2553
Grace Themes
Member

Hi Anton,

Please make a small changes in custom-functions.php file to solve your issue regarding photo gallery images.

To display large photo gallery image
Go to the Appearance -> Editor -> custom-functions.php

at line no. 517 find the below code

$imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), array(270, 200));

and replace with this code

$imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘full’);

Regards
Grace Themes