Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #297415

    I would like to know how to increase the thumbnail size for the portfolio navigation while keeping the container the same size so it looks better on retina screens. Ismael helped me do this for the testimonial containers which looks great on retina screens now so I would like to do the same with the portfolio navigation. I have included a screen shot to show what I am talking about (left side of screen) Thank you!

    #297659

    Hi djshortkut!

    Again, thank you so much for using Enfold. :)

    You can edit functions-enfold.php, find this code on line 376:

    $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
    

    Replace it with:

    $image = get_the_post_thumbnail($entry->ID, 'square');
    

    Regenerate the thumbnails.

    Cheers!
    Ismael

    #297825

    Resolved, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase thumbnail resolution on portfolio navigation’ is closed to new replies.