I\'m finding it tricky to resize images to make them responsive.
I\'m developing a php application to automatically convert a website to a responsive version. I\'m a
.erb-image-wrapper img{ max-width:100% !important; height:auto; display:block; }
Worked for me. Thanks for MrMisterMan for his assistance.