Hi mdaole!
What you can do, is use some CSS rules, to hide the images from each area. Example the following code, will hide it from the blog area
.post-entry .big-preview{ display: none !important; }
is that working, for what you need to achieve?
Best regards,
Basilis