|
|
Forum moderator: Eriko |
uCoz Community uCoz Modules Photo Albums Photo album informer (informer) |
Photo album informer |
Hi.
I got a question about photo album informer at containers (global blocks).. If I have default module settings for photo album: Demo image size: 100x80 .. AND if I want to set my size: 400x380, then all new added photos at informer are out of borders.. .. so HOW CAN I SET PARAMETRS AT INFORMER? - to get photos at size 100x80 (informer info), but 400x380 at photo album? :/ |
How do you mean out of borders?
And I don't quite understand your question. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
Quote (Sunny) Korijs, edit the informer template in Control Panel -> Tools -> Informers and set the necessary parameters for images. I know that i need to edit informer, but how - html codes? Example - http://fotohost.lv/images/mjbeo67yew7pcj4ftzkj.png Info - first 3 images are small sized, then i set bigger size, add new photo and it's out of block borders now .. my default code @ informer about newest photos: Code <div align="left"><a href="$PHOTO_URL$" title="$PHOTO_NAME$">$PHOTO$</a></div><p><hr> how could i edit this infoermer code for 100x100 etc. sized images at INFORMER ONLY ..!? |
Replace $PHOTO$ with a <img> code with height and width.
Your informer code would be: Code <div align="left"><a href="$PHOTO_URL$" title="$PHOTO_NAME$"><img src="$PHOTO_URL$" width="100px" height="100px"></a></div><p><hr> Edit the width and height for your liking. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. Post edited by Acid - Wednesday, 2012-03-07, 1:40 PM
|
Korijs, Are you sure you are using the informer code, and not using the code I wrote directly?
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
| |||
| |||