Bug 29918
| Summary: | Add support for "decrease size to fit screen size" for images | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sebastian Dröge (slomo) <slomo> |
| Component: | Images | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Enhancement | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Sebastian Dröge (slomo)
Hi,
gecko supports decreasing the size of images to fit the screen size by simply clicking on the image. Would be nice if webkit would support that too ;)
(Of course this is only for plain images, not images embedded into websites)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sebastian Dröge (slomo)
This is for the GTK port, not sure if it also affects other ports (ideally they should all behave the same and this should be implemented a single time)
Sebastian Dröge (slomo)
Midori supports this, so maybe instead of putting this functionality in Webkit it might be a better idea to put it in the applications?