![]() |
Using preg_replace to write image html with lightbox?
A year or so ago I used preg_replace to grab some html for an image and rewrite it so it would have 'rel="lightbox"' in it to use lightbox. But I cant remember how to write it.
How would I write it to grab each <img /> tag to just include 'rel="lightbox"'after the src="". basically transforming each... Code:
<img src="urladdress" />Code:
<img src="urladdress" rel="lightbox" />Any help is appreciated! |
php Code:
Note that this does not check for the existence of an existing rel attribute - it only adds one. But it should get you started down the right path to figuring that out. ;) |
Just a site note: If you want to do this client side than something like this should work.
The advantage to using JavaScript is that you will save some processing time. It will still work because jQuery checks the element when it's clicked, so unless the user instantly clicks the image it (the page) may "load faster". The downside is that older browsers will take a long time to process through a lot of image elements (10-15+). javascript Code:
|
| All times are GMT. The time now is 07:20 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0