adampedleyphotography asked: HERRO! I was just wondering if you could help me :) is it possible to make the images larger on tumblr? if so, how? :) need some help with this coding lark! THANKS :D

It depends on your theme look for a post CSS element or try something like finding your CSS class for posts  which might be something like .post-image and then use:

.post-image img {

width:600px;

}

Or however large you want your image but use this ‘img’ selector to adjust image size etc. Or use your control/command+F button to search img or image within the CSS and you should be able to see what is controlling your images sizes. 

Hope this helps. 

Sofi