jadhavanant85 / canvas-photo

Automatically exported from code.google.com/p/canvas-photo
0 stars 0 forks source link

If you add too many images, they show up underneath the background picture #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The images are replicated underneath the bg layer, in just a flow layout.
This means that when too many images are added, they show up underneath the
bg and a scrollbar appears. So you should put those images offscreen or
something.

Original issue reported on code.google.com by pamela.fox on 7 Jul 2008 at 7:48

GoogleCodeExporter commented 9 years ago
This is caused because the source images remain in the document unless you hide 
them somehow.
It seems that the current method to hide the images is still not consistent 
enough.
Note: display none gives some issues in safari for this case.

Original comment by erne...@gmail.com on 14 Sep 2008 at 1:38