Image resize using album and lightbox?
Image resize using album and lightbox?
Can anyone tell me how to get lightbox or greybox to do the image resize like the default template does using album?
Re: Image resize using album and lightbox?
Hello Xsecrets
What do you want exactly? are you asking about the template or to resize the using css?
In the template, you can handle 3 different views:
{* Big Picture *} To see only one picture
{* Album List *} To see a list of albums
{* Photo List *} To see a list of picture for one or more albums
If you use a list (taking Album or Photo List) the thumbs of the images are links with the AJAX scripts to see the image in a new greybox label, or lightbox label. You can made some changes in the template and see the differences.
To control the Big Picture or a List or the popup label, you need to work with CSS. You can create a new stylesheet, search for example, gb_styles.css in C:\AppServ\www\doghouse\modules\Album\templates\db\greybox, copy the content of this file inside the new stylesheet created. Then you can start to made the necesary changes, and don't forget to link the stylesheet with the template to the changes will be applyed.
Good luck!!
What do you want exactly? are you asking about the template or to resize the using css?
In the template, you can handle 3 different views:
{* Big Picture *} To see only one picture
{* Album List *} To see a list of albums
{* Photo List *} To see a list of picture for one or more albums
If you use a list (taking Album or Photo List) the thumbs of the images are links with the AJAX scripts to see the image in a new greybox label, or lightbox label. You can made some changes in the template and see the differences.
To control the Big Picture or a List or the popup label, you need to work with CSS. You can create a new stylesheet, search for example, gb_styles.css in C:\AppServ\www\doghouse\modules\Album\templates\db\greybox, copy the content of this file inside the new stylesheet created. Then you can start to made the necesary changes, and don't forget to link the stylesheet with the template to the changes will be applyed.
Good luck!!