how to make a table responsive along with page zoom in and out? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to make a table responsive along with page zoom in and out?

especially, when there is picture in table element

10th Jan 2017, 8:48 AM
karlxu
karlxu - avatar
2 Answers
+ 1
Use bootstrap class img-responsive for image and table-responsive for table.
10th Jan 2017, 8:49 AM
Divesh Agarwal
Divesh Agarwal - avatar
+ 1
Try to use width in percent-values. <table style="width:50%">your table </table>
10th Jan 2017, 9:26 AM
ymoon