Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1344395

    Hello,

    I’m having an issue displaying logos in my portfolios. I have the images currently set up as “featured images” but I’m using client logos etc which are all different sizes.

    I’m happy to resize images as required for the grid – I just need to know the best size for this? You can see the page here: https://kinkellbyre.com/portfolio_entries/catering/

    Also, where can I set this page up? If I want to have 2 columns instead of 3 etc?

    Many thanks in advance
    Kim

    #1344482

    Hey bauchope,

    Thank you for the inquiry.

    The rendered size of the images will depend on the current screen resolution but for a standard 1080p (1920x1080px) monitors, the recommended image width is 500px at least.

    To adjust the number of columns, you have to modify the taxonomy-portfolio_entries.php file and adjust the columns parameter or attribute in this code around line 33.

    	$grid = new avia_post_grid(
    										array(
    											'linking'			=> '',
    											'columns'			=> '3',
    											'contents'			=> 'title',
    											'sort'				=> 'no',
    											'paginate'			=> 'yes',
    											'set_breadcrumb'	=> false,
    										));
    

    Best regards,
    Ismael

    #1344549

    Many thanks Ismael

    #1344606

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1344629

    Happy for you to close the ticket.

    many thanks
    Kim

    #1344676

    Hi Kim,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘image size for portfolio items grid’ is closed to new replies.