Okay
  Public Ticket #1016335
Weird image scaling issues on slider
Closed

Comments

  •  2
    Chase Chalker started the conversation

    Our slider is scaling the logo and slider images in strange ways at certain resolutions. On phones the logo becomes very small. On smaller screens like an older macbook my designer is using some images don't fill the whole slider. Any way to fix this? Thanks!

    romesweetbar.com

  •  850
    Jelly replied

    Hi,

    You can increase the logo size in small screen with custom style below:

    @media only screen and (max-width: 568px){
    .bluegray .logointro {
        width: 250px !important;
    }
    }

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file.

    For the slider image in older macbook, maybe you can provide some screenshot to help me know what going on?

    Best Regards,
    Jelly Team

  •  2
    Chase Chalker replied

    Hey, I got the second one fixed by making sure all the slider images had the same dimensions. Thanks for the help on the first one. While I've got the ticket open I've got one last bug. We moved the site from a test server to a godaddy server and the map broke. It somehow lost its API key. Any ideas?

  •  850
    Jelly replied

    Hi,

    Please check the instruction to update API key in below.

    Google Maps Errors

    Best Regards,
    Jelly Team