1

同じライトボックス ギャラリー (http://lokeshdhakar.com/projects/lightbox2/) に 2 つの異なるリンクを追加する必要があります。問題は、同じ画像の URL を href として設定すると、リンクの 1 つをクリックすると、同じ画像が 2 回繰り返されることです。ここに私が書いたコードがあります:

<a href="<?php echo base_url().'gallery/'.md5($annuncio['id']).'/'.$first_image; ?>" rel="lightbox[gallery]">first link</a>
<a href="<?php echo base_url().'gallery/'.md5($annuncio['id']).'/'.$first_image; ?>" rel="lightbox[gallery]">second link with same image url</a>
<a href="<?php echo base_url().'gallery/'.md5($annuncio['id']).'/'.$second_image; ?>" rel="lightbox[gallery]">third link to a different image</a>
<a href="<?php echo base_url().'gallery/'.md5($annuncio['id']).'/'.$third_image; ?>" rel="lightbox[gallery]">fourth link to a different image</a>
4

0 に答える 0