Page 1 of 1

How to Change Image Size on Post

Posted: Thu Feb 11, 2016 4:48 am
by denilsonjvv
How do I change the size of the images I upload on a post?
I don't want it to look too big or with different sizes (width: 400px height 600px;)
I want it to be the same sizes for example

Code: Select all

img {
height: 400px;
width: 400px;
}
Theme: BlogMe
Thank you! 8-)

Re: How to Change Image Size on Post

Posted: Thu Feb 11, 2016 5:19 am
by diego
Hi,
there is a CSS file, called bludit.css inside /blogme/assets/css/bludit.css

And you can changes the properties of the images.

Re: How to Change Image Size on Post

Posted: Fri Feb 12, 2016 12:11 am
by denilsonjvv
@dignajar Oh yes! Thank you that solved my issue.