Bug 29918

Summary: Add support for "decrease size to fit screen size" for images
Product: WebKit Reporter: Sebastian Dröge (slomo) <slomo>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Enhancement    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Sebastian Dröge (slomo) 2009-09-30 04:51:30 PDT
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)
Comment 1 Sebastian Dröge (slomo) 2009-10-05 03:24:16 PDT
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)
Comment 2 Sebastian Dröge (slomo) 2009-10-25 08:30:45 PDT
Midori supports this, so maybe instead of putting this functionality in Webkit it might be a better idea to put it in the applications?