Home › Forums › WordPress Themes – Premium › Encounters › Chrome and Safari are shrinking images › Reply To: Chrome and Safari are shrinking images
May 28, 2014 at 12:37 am
#19958
Participant
When I get around to really cleaning up my code, I’ll do your suggested method. For a quick fix, I just added this to my table tag…
style=”table-layout: fixed; width: 100%;”
Rather than shrinking my images, it was just making some of my table columns too narrow.
Thanks for your help.