html - How can i resize images in a table in twitter bootstrap? -


i want images in table resize. how can that? here table code:

<table class='table' border='2'>     <tr>         <td class='click go0' id='1'><img src='../images/null.png'></td>         <td class='click go0' id='2'><img src='../images/null.png'></td>         <td class='click go0' id='3'><img src='../images/null.png'></td>         ...     </tr>     ... </table> 

on bootstrap site, says tables not responsive. have put them in else make them responsive.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -