BaLTais Posted May 3, 2010 Report Share Posted May 3, 2010 $handle = opendir ('./img'); while (false !== ($file = readdir($handle))) { if($file != "." && $file != ".." && $file != basename(__FILE__)) { echo '<a href="img/'.$file.'" rel="lightbox[grupa]" title=""><img src="img/'.$file.'" width="314" height="122"/></a>'; } } Izmantoju lightbox 2.04, lai smuki skatītos galeriju. Viss strādā lieliski. Bet vai ir variant vispār šādu kodu pārveidojot panākt sekojošu rezultātu: -browserī parādās tikai divas pirmās bildes no visas galerijas, bet uzspiežot uz jebkuras no divām bildēm - atveras javascript logs, kurā rāda šīs divas bildes plus visas pārējās, kas ir norādītajā folderī! Paldies Quote Link to comment Share on other sites More sharing options...
Kavacky Posted May 4, 2010 Report Share Posted May 4, 2010 Ir tāds variants. Quote Link to comment Share on other sites More sharing options...
indoom Posted May 5, 2010 Report Share Posted May 5, 2010 Pārējiem linkiem, kas nav pirmie divi, uzliec style="display:none;", un to <img/> tagu tad tiem nevajag, lai lieki nelādējas Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.