I use KDE on Linux and use the kipi plugin's batch resizer through Gwenview.jameshontishar wrote: What do you normally use to batch resize the photos
I'm sure there are similar programs for Windows.
I use KDE on Linux and use the kipi plugin's batch resizer through Gwenview.jameshontishar wrote: What do you normally use to batch resize the photos
Code: Select all
<!--Lightbox 2.0.2-->
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/prototype.js"></__script>
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/scriptaculous.js?load=effects"></__script>
<__script__ type="text/javascript" src="modules/Album/templates/db/lightbox/js/lightbox.js"></__script>
You need to attached the updated "Album template stylesheet" to your page template. It has the styles needed by lightbox.liudaz wrote: Deadend.
I have updated the album module. I see, that Elijah has made a really great job.
Lightbox was the coolest thing i wanted to have on my website. After installing, reinstalling and experimentig, i still get an error, which you can see by clicking on a link below:
http://lvjc.lt.oleandras.serveriai.lt/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=41
Why is the picture at the bottom, after you click on a thumbnail? I believe it has to do something with the JS.
Please, help me to fix this.
Thanks guys alot! After i have set everything up, i have noticed one more bug (on my side probably) that need to be checked. If you visited the same link and press on a thumbnail (prefered at the top), you would see the the flash banners are not covered with black. I even put a regular flash object into the template with the code:Elijah Lofgren wrote:You need to attached the updated "Album template stylesheet" to your page template. It has the styles needed by lightbox.liudaz wrote: Deadend.
I have updated the album module. I see, that Elijah has made a really great job.
Lightbox was the coolest thing i wanted to have on my website. After installing, reinstalling and experimentig, i still get an error, which you can see by clicking on a link below:
http://lvjc.lt.oleandras.serveriai.lt/index.php?mact=Album,cntnt01,default,0&cntnt01albumid=1&cntnt01returnid=41
Why is the picture at the bottom, after you click on a thumbnail? I believe it has to do something with the JS.
Please, help me to fix this.
Hope this helps,
Elijah
Code: Select all
<object width="120" height="60">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="120" height="60">
</embed>
</object>
Check out:liudaz wrote: Thanks guys alot! After i have set everything up, i have noticed one more bug (on my side probably) that need to be checked. If you visited the same link and press on a thumbnail (prefered at the top), you would see the the flash banners are not covered with black. I even put a regular flash object into the template with the code:and the white box is still "at the front".Code: Select all
<object width="120" height="60"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="120" height="60"> </embed> </object>
Code: Select all
<param name="wmode" value="transparent">
Code: Select all
wmode="transparent"