You can replace thumbnail or any small size image from post content with the full-size images. To replace small size images we can use the_content filter and replace images with full-size images.
Here filter use images class with thumbnail id to get the original image and then it replaces it with the new image of full size.