- This topic has 7 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › skt build theme
hello when I’m using photo gallery added skt build theme turns out to be smaller pictures on the main page . What can I do to enlarge
Hi,
Kindly show us your website URL.
Regards,
Dave
Hi,
Are you talking about the homepage box thumnail images?
Regards,
Dave
photo gallery of completed projects under
Hi,
Kindly go to inc/custom-function.php
Find this Code
$imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), array(270, 200));
And replace it with this code
$imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full');
Regards,
Dave
THANK YOU
LAST PICTURE BOX SERVICES, Ni HOW CAN GROW
Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.services-wrap .one_third img{height:auto !important;}
Regards,
Dave
Creating a website based on a popular WordPress platform but delivering the nature of another famous ecosystem called Ghost can be one of the most […]
If your ultimate goal is to create an artistically pleasing and aesthetic website or blog for your artistic portfolio, arts and craft, freelancer, digital portfolio […]
If you are planning to start your own WordPress based website, then there are a few things that you may have to do, starting with […]