Hi,
I’m using a responsive layout which automatically scales images based on CSS like width:100% height:auto
My problem is that when I upload a file through the file manager and embed it in my channel entry, it brings with it the height and width of the image. This then breaks my CSS/layout. Currently my solution is to manually delete out the height and width parameters from the embedded image tag, but I always forget and have to go back in and edit the entry which is annoying.
Is there any way to prevent EE automatically adding the height and width?