+ 2
how to make a table responsive along with page zoom in and out?
especially, when there is picture in table element
2 Answers
+ 1
Use bootstrap class img-responsive for image and table-responsive for table.
+ 1
Try to use width in percent-values.
<table style="width:50%">your table </table>