Thread Starter
Qarlo
(@qarlo)
I looked more into the issue and realised that the size was hardcoded into the html code of the post
Thread Starter
Qarlo
(@qarlo)
Thanks, this has been really helpful.
What happened is that I copyed my uploads folder from the local environment to the production server. I wasn’t sure of a better method to have all the media files.
Anyway, in the media folder there was a .htaccess file with some rule for localhost and that caused the issue. Deleting the .htaccess works.
At this point I’m not sure. Shall I put another .htaccess inside the uploads folder or it gets created automatically?
thanks again
Thread Starter
Qarlo
(@qarlo)