hi
I used below codes for showing image in lightbox:
jQuery LightBoxClone plugin uses the jQuery JavaScript library, only. So, include just these two javascript files in your header.
<script type="text/javascript" src="js/jquery-1.3.2-min.js"></script>
<script type="text/javascript" src="js/jquery.lightboxclone-0.6.js"></script>
Include the CSS file responsible to style the jQuery LightBoxClone plugin.
<link rel="stylesheet" type="text/css" href="css/jquery.lightboxclone-0.6.css" media="screen" />
it worked correctly for the website in the PC version but I used it for the cellular phone version it didn't show images in proper size I mean I want it shows the image in lightbox in cellular phone size
best regards
Neda