About this topic

  • Posted by sommernyte 1 year ago. There are 4 posts. The latest reply is from byron.
  • This topic is resolved
  1. I have a custom layout using [image_url] to link to the full size image. However, since they are high-res originals, it's taking along time to load. I tried to switch to [medium_url] but that doesn't work.

    Am I doing something wrong here?

    This works as seen here: http://www.bellingham.org/index.php/photo-contest

    <li class='psgal_[gallery_id]' id='psimg_[image_id]' style='width: 33%;'>
    		<div id='psimage_[image_id]' style='width: 129px' class='bwbps_image_div'>
    		<a href='[image_url]' rel='lightbox[album_[gallery_id]]' title='[caption]' class='thickbox'><img src='[thumb_url]' class='ps_images' alt='[caption]' height='125' width='125' /></a><br/>
    <a href='[image_url]' rel='lightbox[album_[gallery_id]cap]' title='[caption]'  class='thickbox'><span class="bwbps_caption">[caption]</span></a><div id="psstar-[gallery_id]-[image_id]" class="bwbps-rating-incaption bwbps-rating-gal-[gallery_id]">&nbsp;</div>
    </div></li>

    Changing to this does NOT work (I get a pop-up with the caption at the top, an X in the top right corner and no image):

    <li class='psgal_[gallery_id]' id='psimg_[image_id]' style='width: 33%;'>
    		<div id='psimage_[image_id]' style='width: 129px' class='bwbps_image_div'>
    		<a href='[medium_url]' rel='lightbox[album_[gallery_id]]' title='[caption]' class='thickbox'><img src='[thumb_url]' class='ps_images' alt='[caption]' height='125' width='125' /></a><br/>
    <a href='[medium_url]' rel='lightbox[album_[gallery_id]cap]' title='[caption]'  class='thickbox'><span class="bwbps_caption">[caption]</span></a><div id="psstar-[gallery_id]-[image_id]" class="bwbps-rating-incaption bwbps-rating-gal-[gallery_id]">&nbsp;</div>
    </div></li>
  2. I'm uploading a new version of PhotoSmash tonight...I think...Give this one a try and see if it's still giving you problems. If so, can you set up a gallery with medium_url and give me a link to it? I'll take a look. It's working on the version I've got, but I'm wondering if it's not working because you don't have images for medium_url.

    This new version lets you resize images.

    BB

  3. That fixed it (same link as above to see results)! Thank you!

  4. Excellent! Looks great!
    BB

RSS feed for this topic