-
AuthorPosts
-
kidi Friend
kidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
November 5, 2013 at 3:07 pm #191997Hello,
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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 7, 2013 at 10:49 am #511453It would be great if you can include url of your site, I shall help you out.
kidi Friendkidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 8, 2013 at 8:23 am #511597You 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 Friendkidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 11, 2013 at 10:24 am #511822Ahh, 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;
}AuthorPostsViewing 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
Problem : website totally resize
Viewing 6 posts - 1 through 6 (of 6 total)