| Age | Commit message (Collapse) | Author |
|
|
|
Should fix relayout if the page does its first render before
the image is loaded
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit only introduces the new behavior which subsequent
commits will depend on. Meanwhile, everything is broken.
|
|
Although the thumbnail image width automatically matches
the width of the main image, the height by default will
be a multiple of the thumbnail's own height, which may
result in a mismatched aspect ratio due to the much
lower accuracy of thumbnail intrinsic dimensions.
|
|
|
|
|
|
See issue #478.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|