Forum Moderators: coopster
I did this same function for photos. I was able to click on a thumb nail and a larger window opened with the same photo (but larger). I used a combination of JavaScript and php. Instead of having multiple windows open for multiple photos, I was able to use a php code that allowed me to use ONE window (page named: photo.php) and each time a thumb nail was clicked on that same window popped up; however with a different photo. Let's say I had 10 photos. Instead of creating 10 pages I created ONE page.
I need to do the same for video. I'd like to click a thumb nail (photo) and a window will pop up showing the embedded video. I'd like to use the same page; however for multiple videos.
Damn this is confusing.
RT