When I did my import in October, my avatars were all enlarged as well. It was because they all imported with width=0 and height=0. I don't know if that's the case with yours or not, but Rick had me run this to replace all the 0's with 64's. If that is the case with your import, you'd need to change 64 with whatever avatar sizes you're using (if they're all the same)...
Code
update ubbt_USER_PROFILE set USER_AVATAR_WIDTH='64',USER_AVATAR_HEIGHT='64' where USER_AVATAR_WIDTH='0' and USER_AVATAR_HEIGHT='0'

[*BUG* Rick, when I don't put spaces before and after the code, when enclosed in CODE tags, I get nothing when I Preview Post -- and apparently also in the post itself. It does show up if I add a CR after the CODE tag]

Code
update ubbt_USER_PROFILE set USER_AVATAR_WIDTH='64',USER_AVATAR_HEIGHT='64' where USER_AVATAR_WIDTH='0' and USER_AVATAR_HEIGHT='0'




GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP