Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2116306
cropping of images
Closed

Comments

  •  1
    Angela started the conversation

    Hello,

    I'm in the process of setting up your Sahel theme for a client. Is there any way to make the single portfolio gallery images crop? It looks really messy with different size images...I was under the impression they would hard crop the same, then open in a lightbox fullsize. Also, what size do featured images need to be and must they all be cropped exactly? Please advise.

    Thanks for your help!

  •  1,845
    Elated replied

    Hi there,

    In order to have the images cropped you could use the following code by adding it into Appearance > Customize > Additional CSS:

    .eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image {
        max-height: 20vh !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
    }
    .eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image > div {
        width: 100%;
        height: 100%;
    }
    

    It would be best to edit the images to be the same size. Here are the proportions of the featured images within our demo: 800x800 (see image below)

    6605789822.png

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Angela replied

    Great - thank you!

  •  1,845
    Elated replied

    You're welcome!

    If there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.