You Don’t Deserve To Be Hated // Submitted by: @optimisma to @yourthoughtsspace
seen from United Kingdom
seen from United States

seen from Australia
seen from Jamaica

seen from Spain
seen from Spain
seen from United States
seen from United States
seen from China

seen from Hong Kong SAR China
seen from Italy
seen from Italy
seen from Malaysia
seen from China
seen from United Kingdom

seen from United States
seen from Spain

seen from Italy
seen from Italy
seen from United States
You Don’t Deserve To Be Hated // Submitted by: @optimisma to @yourthoughtsspace
a new t shirt is now up in the shop! typography credit to @yourthoughtsspace!
Hi, it's me again ! \(^o^) and I noticed that the same problem with the stretched images is happening for text posts too ? Please look at the /tagged/edit help tag on my blog to see what I mean.
ah i didn’t edit the size of the images to align with other post sizes
under #text img{ just change the max-width to whatever post size you’re using
i’ve edited the code on pastebin so you can just copy and paste that particular part if you want
Hello ! May you please help me with this little problem ? I use your theme, Opalescence (which is very pretty btw !) If images are added on to asks, they seem to get all stretched out. Please check my /tagged/asks to see what I mean. I'd really appreciate your help ^o^
thanks for using it!
add
#answer img{
width:450px; (any width below 490px is fine actually)
overflow:hidden;
}
before
right under #answer in the code would be fine