[Support request] mobile header image crops

Home Forums Support [Support request] mobile header image crops

Home Forums Support mobile header image crops

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1639773
    Ben

    On mobile, my image crops, and I need to display the full image. Can you help me? https://ggj.98d.myftpupload.com/

    #1639790
    Ying
    Staff
    Customer Support

    Hi Ben,

    The image in page hero is in landscape, if it display full image, it will look like this:
    https://www.screencast.com/t/Te0cdf4q0ztR

    To make the image show more, try to find the CSS you added, and change background-size: cover !important; to background-size: auto;, and remove padding-bottom: 120px !important;.

    @media (max-width: 768px)
    .hero-cover {
        min-height: unset !important;
        background-size: cover !important;
        padding-bottom: 120px !important;
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.