Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nzslashman Friend
    #191714

    What is the optimum image size for banner_bg.gif for the hero module image?

    How can I force the image to not resize stretch or crop?

    The hero module is constantly changing how it displays the main image which is degrading the image quality.

    Thanks,

    Aaron.

    nzslashman Friend
    #510321

    Anyone? I am not the only one that has this problem?

    Ninja Lead Moderator
    #510486

    It ‘s very difficult to suggest exact solution to you on this case, I need to check template setting on your site before i can give better replies, but you can try the following for now :

    + JA Onepage template with modern theme

    Open templates/ja_onepage/css/themes/modern/template.css file

    From

    .hero-unit {
    background: url(../../../images/themes/modern/header_bg.jpg) no-repeat left top;
    background-size: cover;
    }

    Change to

    .hero-unit {
    background: url(../../../images/themes/modern/header_bg.jpg) no-repeat top center;
    background-size: initial;
    margin: 0px auto;
    width: 100%;
    }

    Hope it helps.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum