Thread Locked This thread is locked - replies are not allowed.


This question is not answered. Helpful answers available: 1. Correct answers available: 1.


Permlink Replies: 14 - Pages: 1 - Last Post: 22 May 24, 10:18 Last Post By: Laza
Niko-s

Posts: 10
Registered: 19-Sep-2019
Folder size Icon/Image - Resizable?
Posted: 10 Feb 21, 17:11
 
Hi,
i want to change the measurements of folder image appearance. Thus resize them (not the image itself, this i know how to change) .
I find them somewhat to big for a non photography site.
Possible or did i not found it where to change? :-)

Edited by: Niko-s on 10-Feb-2021 17:12

Edited by: Niko-s on 10-Feb-2021 18:58
JeffTucker

Posts: 8,023
Registered: 31-Jan-2006
Re: Folder size Icon/Image - Resizable?
Posted: 10 Feb 21, 17:40   in response to: Niko-s in response to: Niko-s
 
(Thread moved - this is a skin-specific question.)
JeffTucker

Posts: 8,023
Registered: 31-Jan-2006
Re: Folder size Icon/Image - Resizable?
Posted: 10 Feb 21, 17:41   in response to: Niko-s in response to: Niko-s
Helpful
At Tiger > Sections > Folder > Folder columns, choose a larger number, like 4 or 5. That will make the folder thumbnails smaller.
Niko-s

Posts: 10
Registered: 19-Sep-2019
Re: Folder size Icon/Image - Resizable?
Posted: 10 Feb 21, 18:58   in response to: JeffTucker in response to: JeffTucker
 
Thank you
phil44

Posts: 126
Registered: 18-Jun-2010
Re: Folder size Icon/Image - Resizable?
Posted: 1 Nov 21, 11:55   in response to: JeffTucker in response to: JeffTucker
 
Hi,

I also find that folder images are too big compared to thumbnails size, giving not so pretty pages.

I agree that I can change the number of folders columns. But even with 5 columns, I find the folders images too big. I think than using a bigger numbers of columns will do the job, but the maximum number is limited to 5 columns :-(

Why can't we use more columns ?
Laza

Posts: 1,402
Registered: 6-Sep-2005
Re: Folder size Icon/Image - Resizable?
Posted: 1 Nov 21, 17:27   in response to: phil44 in response to: phil44
 
In my view, a folder is a more important element of a page than a thumbnail of an image. This is why folders have larger titles and slightly larger thumbnails too in Tiger skin. 5 columns of folders look already very crowded, that's why I set this as a limit. (The ideal is around 3 columns in my opinion.)
phil44

Posts: 126
Registered: 18-Jun-2010
Re: Folder size Icon/Image - Resizable?
Posted: 2 Nov 21, 10:28   in response to: Laza in response to: Laza
 
I do not totally agree with you. IMO, we already have the folder's title and images count to make the folder icon important.

Anyway, is it possible to have more than 5 columns, maybe by modifying a config file?
Laza

Posts: 1,402
Registered: 6-Sep-2005
Re: Folder size Icon/Image - Resizable?
Posted: 2 Nov 21, 11:00   in response to: phil44 in response to: phil44
 
Using an H3 level title for an element that is cca. 150px wide is ugly in my opinion.

Open common.css in skin directory (Ctrl-Shift-S) with a text editor, and insert this in the second line:
folderColumns = 6;

(You'll have to redo this after every skin update.)
phil44

Posts: 126
Registered: 18-Jun-2010
Re: Folder size Icon/Image - Resizable?
Posted: 2 Nov 21, 11:26   in response to: Laza in response to: Laza
 
Looks better for me !
Thanks for the tip.
lutek98

Posts: 7
Registered: 2-Mar-2006
Re: Folder size Icon/Image - Resizable?
Posted: 1 May 24, 22:07   in response to: Laza in response to: Laza
 
In the new 34.2 version it doesn't seem to work or I am doing something wrong...

<%-- Normalize: reset CSS --%>
folderColumns = 6;
<ja:include page="css/normalize.css" />

<% /* Initializing variables for CSS files */

/*******************************
* Constants
*/

var backgroundLuminosity = getLuminosity(backgroundColor),
boxBackgroundAlpha = getAlpha(boxBackgroundColor),
topmenuAlpha = getAlpha(topmenuColor),
thumbAspectRatio = maxThumbHeight / maxThumbWidth;

hasBoxBgImage = 'Brushed,Cork,Exhibition,Shine,Techno'.indexOf(styleName) >= 0;

/*******************************
* Main layout
*/

Laza

Posts: 1,402
Registered: 6-Sep-2005
Re: Folder size Icon/Image - Resizable?
Posted: 3 May 24, 10:09   in response to: lutek98 in response to: lutek98
 
I'm not aware anything regarding this has changed lately. How it "doesn't work"?
lutek98

Posts: 7
Registered: 2-Mar-2006
Re: Folder size Icon/Image - Resizable?
Posted: 4 May 24, 02:18   in response to: Laza in response to: Laza
 
After adding that line of code : folderColumns = 6; and remaking entire album I still have 5 folder columns instead of desired 6.....
lutek98

Posts: 7
Registered: 2-Mar-2006
Re: Folder size Icon/Image - Resizable?
Posted: 22 May 24, 01:18   in response to: lutek98 in response to: lutek98
 
Any ideas how to fix it?
Laza

Posts: 1,402
Registered: 6-Sep-2005
Re: Folder size Icon/Image - Resizable?
Posted: 22 May 24, 10:09   in response to: lutek98 in response to: lutek98
 
Insert the line within the <% %> part, not above! E.g. above the var backgroundLuminosity line.

And - I don't know if this tip has ever worked - the real variable is folderCols.
	folderCols = 6;
	var backgroundLuminosity = getLuminosity(backgroundColor),
		boxBackgroundAlpha = getAlpha(boxBackgroundColor),
	:


Edited by: Laza on 22 May 2024, 10:14
Laza

Posts: 1,402
Registered: 6-Sep-2005
Re: Folder size Icon/Image - Resizable?
Posted: 22 May 24, 10:18   in response to: Niko-s in response to: Niko-s
 
I have added 6 as folder columns option for the next release. Don't ask me for 7. :)
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums