By George on Friday, 18 December 2015
Posted in General
Replies 3
Likes 0
Views 672
Votes 0
We have noticed that when a client adds images into their Joomla Easy Blog (http://www.sjallenlaw.com/blog-news), the images aren't responsive. When you inspect the element, the image width and height of the original size are still there, even though there is a max-width added to the default blog style.css

#ezblog-body .blog-text img, #ezblog-body .blog-content img {
max-width: 100%;
height: auto;
}

Is there a way to make all images responsive, even for the images that the client uploads into blog articles through the visual text editor -> insert media?

Thanks for your time.
Hello George,

I have checked you are still using an Easyblog 3.9. Sorry, we are no longer provide supports for this version, please upgrade to 5.x for your clients.
·
Friday, 18 December 2015 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
The problem is still the same for easyblog version 5.
Link: https://www.celix.at/blog/scaling-atlassian-in-the-enterprise

Just added myself the following rule to make the images responsive:

div#fd.eb .eb-entry-article img {
max-width: 100%;
height: auto;
}
·
Friday, 05 February 2016 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input on this, will check this with our designer
·
Friday, 05 February 2016 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post