How do I set max image width in forum posts to match browser width?
When I set image_max_size stylevar to 100%, it limits images in forum posts to 100% of the browser width in Chrome but not in IE.
As I Google for a solution, I find posts saying that max-width: 100% in CSS will only work for IE if the container width is set to 100%. I tried setting doc_width to 100% and image_max_size to 100%, but that doesn't work either.
Does anyone know how to make this work in all browsers?
|