By Stuart Briers on Thursday, 05 December 2013
Posted in Technical Issues
Replies 7
Likes 0
Views 640
Votes 0
Hi. I currently have max height set at 185 in the photo posts parameters of the latest blogs module. Trouble it forces each image to be 185px high rather than use it as a maximum so therefore distorts.
I have added the following code to the css file but to no avail, can you advise? thanks.
#ezblog-latestpost div.post-image img {width:auto !important;height:auto !important;max-width:285px;}
Hello Stuart Briers,

Sorry for late reply to this,
Could you mind provide us your backend and FTP access so we can have a better look on your issue here? Please advise
·
Thursday, 05 December 2013 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for delay, I've been away. Just to be more specific - the photo posts setting in the latest blogs module for maximum height forces the image to be that height rather than sets the maximum height for it. Can you help? I've attached backend info as requested.
·
Sunday, 19 January 2014 01:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stuart Briers,

Correct me if i getting wrong meaning of your previous reply, do you mean that you would like to set Maximum Width : 285 | Maximum Height : 185 for your latest blog post image right? It seems like your latest blog post image is loading this size, see my screenshot : http://screencast.com/t/9umrfuf3Kj
Please advise.
·
Sunday, 19 January 2014 01:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back on a Saturday Arlex. The problem is that the maximum height setting stretches the image to that size. I just changed max height to 300px and you can see in the attachment that the image gets stretched. The images should measure 285 wide and take the height setting proportionately. I hope that makes sense. This used to work fine but something appears to have changed.
·
Sunday, 19 January 2014 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stuart Briers,

I'm sorry that delayed of this reply,
Actually you would like to set your height and width to be "Auto" right?
I have tried to put "none" in this 2 column -> http://screencast.com/t/O3gVqWX9dEFU
You can inspect with your image -> http://screencast.com/t/73Iqee8DWHY
Before you added that CSS code now already can work, is it okay for you now?
·
Monday, 20 January 2014 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex. That works great. i did not realize that 'none' could be entered in that field. Appreciate your help.
·
Monday, 20 January 2014 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stuart Briers,

Actually you type anything also can, because when you inspect the images, it will show out "nonepx".
When you update to another latest version of the module, it will erase If you modify the CSS in the module css file.
So just using this method. because you already added the CSS code in your template css file.
Glad to heard your issues resolved.
·
Monday, 20 January 2014 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post