I like to do something terribly simple
Had a div that show only a little bit of image
click on div, expand to the image height
reclick on it, contract to to original height
Now, my test is not concluant ! so many problems !, is there a simpler method around ?
mostly as this
The best way to do this is to have a handle, which toggles a panel:
And then something like:
Not only is this simple, but it’s predictable, and won’t leave the user confused about the behavior.