By Jeff Suddaby on Wednesday, 19 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 655
Votes 0
Hi,

I want to set the max image size in (intro text) blog posts. (see attached screenshot)

How do I do this?

TIA - Jeff.
Hello Jeff,

Is it possible for you to provide us with the URL to your site please?
·
Wednesday, 19 March 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 19 March 2014 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

Thanks, you can actually add some css codes like below if you want to enforce the size,


.blog-text .blog-image
{
max-width: 100px;
}
·
Thursday, 20 March 2014 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post