Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kidi Friend
    #191997

    Hello,

    It’s certainly an easy response but I doesn’t find where going for change that. Sorry for asking that.

    The site is resizing. The image haven’t the original size.

    Where can I go on backend or files for change this.

    I joined a picture. I do a mistake on my picture : on the right side the size are 284 x 86px (the original pic : 300 x 250 px)

    Thank you for your help.


    1. resize
    Ninja Lead Moderator
    #511453

    It would be great if you can include url of your site, I shall help you out.

    kidi Friend
    #511540

    Hello Ninja Lead, very happy to listen you.

    Url >>

    I’m just send you the admin and FTP access on your PM.

    Thanks a lot for your help.

    Ninja Lead Moderator
    #511597

    You can find the css script for image resize on your site

    Open templates/ja_magz/css/template.css file

    img {
    max-width: 100% !important;
    }

    If you want to show same original size you can change to

    img {
    max-width: none !important;
    }

    kidi Friend
    #511628

    Hello Ninja Lead,

    Thank you for help me.
    I changed the code on template.css but it’s buging all the site.

    Look here : Link

    Ninja Lead Moderator
    #511822

    Ahh, you should use other way again

    + Open templates/ja_magz/css/template.css file

    From

    img {
    max-width: none !important;
    }

    Change back to

    img {
    max-width: 100% !important;
    }

    + Create custom.css file into templates/ja_magz/css/ folder

    Add new script

    .custom img {
    max-width: none !important;
    }

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

This topic contains 6 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