[webkit-dev] finding images on visible viewport

2013-11-19 Thread maheshgawali
Hi All, I am trying to find the media stuff like images which are present on current visible viewport in Webkit. What is the best way to do it. I had thought of looking for image elements and checking if they are in visible viewport or not, but images can also be set as backgrounds which

Re: [webkit-dev] finding images on visible viewport

2013-11-19 Thread Benjamin Poulain
On 11/19/13, 8:58 PM, maheshgaw...@outlook.com wrote: I am trying to find the media stuff like images which are present on current visible viewport in Webkit. What is the best way to do it. I had thought of looking for image elements and checking if they are in visible viewport or not, but