So no one knows how to click on a thumbnail and the image increases to a pop up like width:800px height:500px. I am using lightbox 2 but the results doesn’t look good. Everything was working fine when I tried it at w3schools. But when I edited and put in wordpress, the original image and the expanded image both shows on the page. I don’t know what I am doing wrong. Why all 4 images are shown on the page. Any help?
These are the things I have added to the site:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css">
</link>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
=====================
<div data-role="popup" id="myPopup">
<p>Menu 1!</p>
<a href="#">Close</a><img src=Menu1.jpg style="width:800px;height:500px;" alt="menu 1">
</div>
</div>
<div data-role="popup" id="myPopup2">
<p>Menu 2!</p>
<a href="#">Close</a>
<img src=Menu2.jpg style="width:800px;height:500px;" alt="menu 2">
</div>