Hi there// So, for my pet [pet not found] i'd like to find a way to change his pet profile picture for another image. I want to put a bigger version of his current custom overlay, with higher resolution. Any way i could do that?
yes, you would just code in an overlay using the larger image. i've done the same thing with my pet veranda.
{
width: 400px; height: 400px;
background: url(IMAGE URL)}
you just have to make sure the width and height are the same as the full image. you also might have to adjust the positioning a little.