• Resolved Shelly

    (@mjknight02)


    Is there a way to have the image accordion to be full height set for desktop? When it is in mobile or tablet version, it shrinks down only to see the text. However, I have profile images so it doesn’t look good having them shrunk down that you can’t see their faces when you scroll over their image.

    • This topic was modified 4 years, 3 months ago by Shelly.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Sadman Sakib Nadvi

    (@sadmansakibnadvi)

    Hello there,

    Greetings.

    You can try the following CSS to do that. Let me know if it helps or not

    .eael-img-accordion {
      height: 100vh !important;
    }
    
    @media screen and (max-width: 767px) {
    
    .eael-image-accordion-hover{
      background-image: none !important;
    }
    
    }

    You can check this doc to know how to apply custom CSS to your element.

    Thank you.

    Plugin Support Sadman Sakib Nadvi

    (@sadmansakibnadvi)

    Hello there,

    Greetings. Hope you are doing well.

    I haven’t heard from you since then. So, I was wondering if your issue has been resolved or not.

    Please let us know. I wish you a good day.

    Thank you.

    Thread Starter Shelly

    (@mjknight02)

    I wanted to have the mobile version the same size as desktop settings I had so my question was misunderstood. However, I was able to rectify by altering the code you gave me. I’m all set, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image accordion full height on mobile’ is closed to new replies.