Lightbox - Window without close button

0

I downloaded the LightBox package in link , I started the script and css:

  <script type="text/javascript" src="js/lightbox-plus-jquery"></script>
 <link rel="stylesheet" type="text/css" href="css/lightbox.css" />

I edited the CSS to where the images (Close.png and Loading.png) are in the Images directory of my project and in my code below, to list the thumbnail images. Finally, when you click on the thumbnails, open the original image:

echo "<br><br><br><a href='diretorio/".$row['foto']." '><img  src='teste.php?img=diretorio/".$row['foto']."' width='100' height='100' border='0'  <br/> <br/><br/></a>";

Opens the thumbnail without problem, and clicking on the image directs you to the original image. Only the close button is not appearing, ie it is not possible to close the modal screen of the image. What am I missing?

    
asked by anonymous 01.09.2017 / 19:43

0 answers