logo Sign In

Table Titles Ruin Image Resizing (No Titles = Proper & Equal Resizing)

Author
Time

Creating a demo of a 3 row, 4 column table works as expected with identical images (the control test) …

typed code for a “table”, with multiple rows and columns of pictures (with empty cells):
|||||
|-|-|-|-|
| ![](http://i.imgur.com/S03PGQ9.jpg) | | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) |
| ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | |
| | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) |

… until the addition of titles. Then, it seems, the relatively more characters in any particular title (not even close to any over-size boundary), the larger that column’s images become …

typed code for a “table”, with multiple rows and columns of pictures (with empty cells), with titles:
| BD | DVD | LD | BD regraded to LD |
|-|-|-|-|
| ![](http://i.imgur.com/S03PGQ9.jpg) | | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) |
| ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | |
| | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) | ![](http://i.imgur.com/S03PGQ9.jpg) |

In this case, with identical pictures filling the table, images should be identically resized. Titles should wrap only if longer than the column width but they never came that close, here.

(I don’t know the table priorities of titles-to-images. Here’s hoping you don’t have to eat your way through twisted spaghetti specs.)