[Theme: FIGERO] Image keeps resizing for no reason

lukywest1

Junior Member
Joined
Nov 21, 2011
Messages
195
Reaction score
15
When I insert my image into my post, the image keeps resizing for no reason. The original dimensions of the image I'm inserting into the post is 980 x 303 but it keeps resizing..

When i use different themes everything works well, but I would like to use the current theme I'm using now.

I've created my own full-width page template, could that be the reason why the image is not showing in full?

Website link, The first image "About us" - http://www.nextistore.com/about-us/

How can I fix this? any ideas?
 
shubham44 - I've tried it but nothing happened, still same.
 
your css say
Code:
.content-info img {[/COLOR][COLOR=#ffffff]margin: 10px 10px 10px 0;[/COLOR]
[COLOR=#ffffff]max-width: 547px;[/COLOR]
[COLOR=#ffffff]height: auto;[/COLOR]
[COLOR=#ffffff]
}
i thought this might be the problem .... pm me your skype ..
got the solution pm me your skype ....
 
Last edited:
Problem fixed thanks to - shubham44
 
OP, this is your answer..

no ... wayne this wasn't creating problem

this was the real problem 547px change to 980px problem sloved :)
Code:
 .content-info img {margin: 10px 10px 10px 0;
max-width: 547px;
height: auto;
}
 
Back
Top