Total Users Online: 0 üye, 53 guest | Tarih/Saat: 2026-04-21 14:40
Slimbox + ImageScaling
JS Inpage Preview of images, or gallery of images, along with image scaling support
The Slimbox plugin, which is essentially just a Lightbox Clone, will allow images to be previewed inpage without the need to open a new window/tab. Multiple images in an element are also automatically linked to form a gallery (ex. multiple images in a post). Image Scaling provides you the ability to have images scaled down so they do not overflow or break borders.

1. Features

Auto-Finding images, no need for rel/class/id tags.
Single, or Gallery Viewing(for images in same element)
Image Scaling can work on any image, it just needs class="scale" (images have this by default)
Utilizes Tag system
Allows for PHP, SQL, HTML, CSS, JS

2.Kurulum

Seditio 160 işin Alttakini bulun
Kod:
if($mt[1] == 'img')
return count($mt) == 3 ş '<div class="gallery clearfix"><a href="'.str_replace('&#', '', $mt[2]).'" rel="prettyPhoto"><img src="'.str_replace('&#', '', $mt[2]).'" alt="" /></a></div>' : '<div class="gallery clearfix"><a href="'.str_replace('&#', '', $mt[2]).'" rel="prettyPhoto"><img src="'.str_replace('&#', '', $mt[3]).'" alt=""/></a></div>';
]
Alttakiyle deşiştirin.
Kod:
if($mt[1] == 'img')
return count($mt) == 3 ş '<a href="'.str_replace('&#', '', $mt[2]).'" class="scale"><img src="'.str_replace('&#', '', $mt[2]).'" alt="" /></a></div>' : '<a href="'.str_replace('&#', '', $mt[2]).'" class="scale"><img src="'.str_replace('&#', '', $mt[3]).'" alt=""/></a>';
]

Seditio 151 işin Alttakini bul
Kod:
'\\[img\\]([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="highslide" onclick="return hs.expand(this)"><img src="\\1.\\2" alt="" /></a>',
'\\[img=([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="highslide" onclick="return hs.expand(this)"><img src="\\3.\\4" alt="" /></a>',
e]
Deşiştir
Kod:
'\\[img\\]([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="scale"><img src="\\1.\\2" alt="" /></a>',
'\\[img=([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="scale"><img src="\\3.\\4" alt="" /></a>',
e]
Seditio 121 ve Alt Versionlar işin Alttakini bul
Kod:
'\\[img\\]([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<img src="\\1.\\2" class="scale" alt="" />',
'\\[img=([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="scale"><img src="\\3.\\4" alt="" /></a>',
e]
Deşiştir
Kod:
'\\[img\\]([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<img src="\\1.\\2" class="scale" alt="" />',
'\\[img=([^\\\'\;\ş([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" class="scale"><img src="\\3.\\4" alt="" /></a>',
e]
Seditio 125-126-130-150 işin Modifiye yoktur.

Henüz yorum yapılmamıştır.
Slimbox + ImageScaling
Author: Kaan
Date: 2011-12-19 22:35
Comments: (0)
File: 4364161-slimbox.rar
Filesize: 11 KB
Downloads: 416 times
Download Slimbox + ImageScaling
Benzer SayfalarYorum
 
Powered by Seditio © 2009-2012 All Rights Reserved