Image Modal
Image modal is a dialog box/popup window that is used to display an image at full size when the image thumbnail is clicked.
Image modal is a dialog box/popup window that is used to display an image at full size when the image thumbnail is clicked.
Basic Image modal, without transition animations
This version is using CSS transition efects, to add a fading effect on show and hide.
In this version, the modal is displayed in such a way that it appears that the image is growing from initial postion and moving to fill the screen. Transition added only on show.
In this version, it has the similar effect when the modal is closed.