• Hi, I have this question:
    my pictures are OK on mobile ( i use many vertical pics) but on desktop version are cut.
    Can I change the hight that I see on background space for hero images ?
    I don’t want to cut or resize pics. I want to have some height in desktop version. For front page and other pages.
    Many thanks.

    • This topic was modified 4 years, 7 months ago by uccio83.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Can you share the link of your website so I can have a look?

    Thread Starter uccio83

    (@uccio83)

    Of Course,
    https://duoimbesizangara.com/
    Many Thanks for your support.

    Hello,

    You can use this CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (min-width: 1024px){
    .backstretch-item img{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }
    }
    Thread Starter uccio83

    (@uccio83)

    Thanks Ionut Tudose,
    I tried this solution and I tried to change objectfit with other solutions, but I don’t resolve.
    My site is ok on mobile version.
    I need to have the same background-image mobile mode on the desktop version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hero Images Height’ is closed to new replies.