Index: trunk/phase3/includes/ImageGallery.php |
— | — | @@ -288,7 +288,7 @@ |
289 | 289 | |
290 | 290 | # Set both fixed width and min-height. |
291 | 291 | $thumbhtml = "\n\t\t\t". |
292 | | - '<div class="thumb" style="width: ' .($this->mWidths+30).'px; min-height: ' .($this->mHeights+30).'px;">' |
| 292 | + '<div class="thumb" style="width: ' .($this->mWidths+30).'px; height: ' .($this->mHeights+30).'px;">' |
293 | 293 | # Auto-margin centering for block-level elements. Needed now that we have video |
294 | 294 | # handlers since they may emit block-level elements as opposed to simple <img> tags. |
295 | 295 | # ref http://css-discuss.incutio.com/?page=CenteringBlockElement |