liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

Sometimes, I don't want the image height and width added in an image tag #43

Closed KatieK2 closed 10 years ago

KatieK2 commented 10 years ago

I love this plug-in - thank you for working on it.

Sometimes, I don't want the image height and width attributes added to an image tag. For example, when I'm working on a responsive build and I want the image dimensions to be handled by CSS. I agree that doing so should be the default setting, but I wish that there was a preference I could set to enable or disable this behavior.

liamcain commented 10 years ago

There is already a setting to disable this behavior. Try setting "afn_insert_dimensions": false in your user preferences.

KatieK2 commented 10 years ago

Awesome - thank you!