از ماژول و پلاگین Art S3XY استفاده کنید که خیلی از گزینه ها رو پشتیبانی میکنه ...
نمونه هاش :
- Show images from local folder: {artsexylightbox path="images/my_images"}{/artsexylightbox}
- Show images from local folder + set width and height for thumbnails: {artsexylightbox path="images/my_images" previewWidth="100" previewHeight="100"}{/artsexylightbox}
- Show images from local folder + thumbnails from another folder: {artsexylightbox path="images/my_images" thumbnailPath="images/thumb_folder"}{/artsexylightbox}
- Show gallery with single thumbnail: {artsexylightbox singleImage="images/google/google.png" path="images/google"}{/artsexylightbox}
- Show Flicks feed images (demo): {artsexylightbox flickr="FLICKR_USER_ID" flickrLargeImages="true" flickrNumberOfImages="7"}{/artsexylightbox}
- Show Flicks photo set: (demo) {artsexylightbox flickrApiKey="API_KEY" flickrNumberOfImages="25" flickr="FLICKR_USER_ID" flickrImageSize="o" flickrSet="PHOTO_SET_ID"}{/artsexylightbox}
- Show Picasa album: (demo) {artsexylightbox picasaUser="PICASA_USER" picasaAlbum="PICASA_ALBUM"}{/artsexylightbox}
- Show Photobucket album: {artsexylightbox photobucket="PHOTOBUCKET_ALBUM_URL"}{/artsexylightbox}
- Show inline content: {artsexylightbox text="click to show lightbox" hideContent="true"}HTML content{/artsexylightbox}
- Show news/article links (demo): {artsexylightbox section="1" category="1" articleContentOnly="true" previewWidth="700" previewHeight="500"}{/artsexylightbox}
- Show images in a carousel (demo): {artsexylightbox path="images/slb" previewWidth="100" previewHeight="100" color="new_black" carousel="true" carousel_visible="3"}{/artsexylightbox}
- Show images in a cloud carousel (rotating crousel) (demo): {artsexylightbox path="images/brands" cloudCarousel="true" autoRotate="true"}{/artsexylightbox}
- Automatically generate thumbnails from full-size images saving aspect ratio (demo): {artsexylightbox autoGenerateThumbs="true" path="images/img_folder" previewWidth="100"}{/artsexylightbox}
- Automatically generate thumbnails from full-size images saving aspect ratio + rotate image by any angle (demo): {artsexylightbox autoGenerateThumbs="true" convertImage="rotate:30" path="images/img_folder" previewWidth="100" previewHeight="100"}{/artsexylightbox}
- Automatically generate thumbnails from full-size images saving aspect ratio + crop images (demo): {artsexylightbox autoGenerateThumbs="true" convertImage="crop" path="images/img_folder" previewWidth="100" previewHeight="100" previewHeight="100"}{/artsexylightbox}
- Amazon S3 storage access: {artsexylightbox awsAccessKey="ACCESS_KEY" awsSecretKey="SECRET_KEY" awsBucket="BUCKET"}{/artsexylightbox}