How can I automaticly resize the Image at at the "Hello" pag.
I have a Image it fits ok at the PC but not on mobile devices. At mobile devices it fits only in landscape, in high format it is cut

    ekdemura
    Try with this custom css:

    @media (max-width: 667px) {
    .gkHeaderBg {
      background-position: bottom right;
    }
    }
    Write a Reply...
    You need to Login to view replies.