Image in Content Header isn't responsive
-
I’m trying to insert a graphic inside my content header. It works fine but on my android phone, it’s not scaling down the image without a “pinch”. I’ve tried every combination of width and max-width I can think of, including putting it in a one-celled table.
I’m using a clone of the responsive starter template.
<table width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr> <td><img style="max-width: 100%;" src="image url removed" alt="" width="100%" height="auto" /></td> </tr> </tbody> </table>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Image in Content Header isn't responsive’ is closed to new replies.