How to Change Image Size on Post

Post Reply
denilsonjvv
Jr. Bludit
Posts: 7
Joined: Thu Feb 11, 2016 12:49 am

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-)
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi,
there is a CSS file, called bludit.css inside /blogme/assets/css/bludit.css

And you can changes the properties of the images.
denilsonjvv
Jr. Bludit
Posts: 7
Joined: Thu Feb 11, 2016 12:49 am

@dignajar Oh yes! Thank you that solved my issue.
Post Reply