Images not rendering

Based on the link you posted as a comment to your original question this looks like a permissions issue which could be the result of several things.

Along with the domain change did you change servers too?

First step I think would be ensuring that all of the uploads are readable. chmod all files and directories in wp-content/uploads to 755 or 766.

In terminal this would be done by SSH-ing into your server, navigating to the uploads directory cd wp-content/uploads/ then running chmod -r 755 *.