How do I stop the member's avatar from scaling?
Posted: Mon Feb 11, 2013 6:12 pm
How do I stop the member's avatar from scaling with small browser windows? Please let me know. Thank you.
Home of phpBB
https://www.phpbb.com/community/
https://www.phpbb.com/community/viewtopic.php?f=74&t=2171539
Code: Select all
img {
border-width: 0;
max-width: 99%;
}
max-width: 99%;
Will this effect all the images? What happens if a member adds a giant image to a post?pit-PL wrote:In common.css findremoveCode: Select all
img { border-width: 0; max-width: 99%; }
max-width: 99%;
Nothing unusual.What happens if a member adds a giant image to a post?