vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Album thumbnails (https://vborg.vbsupport.ru/showthread.php?t=280249)

clubvr4 03-18-2012 08:11 AM

Album thumbnails
 
1 Attachment(s)
Hi all,

Is there anyway i can uniform the album thumbnails so that both landscape and portrait images can fit into the same sized box? - i really dislike the way the mixture of portrait and landscape as album covers causes the alignment to go out, things need to be uniform :)

I tried fillding with #latestalbumcontainer li but this causes the potrait images to be cut off.

Thanks
B

clubvr4 03-20-2012 04:26 PM

Anyone got any wee tricks up their sleeves for this one?

setishock 03-21-2012 01:13 PM

You have to go after the thumb image itself. Not the container. If you resize the container, like you found, it cuts off parts of the image and/or text.
Here's the formula they use also found in the album.css
Code:

#thumbnails li .picture {
        display:block;
        width:{vb:math {vb:raw vboptions.attachthumbssize}+8}px;
        height:{vb:math {vb:raw vboptions.attachthumbssize}+8}px;
        padding:{vb:stylevar padding};
}

Pop this in to your additional.css and try changing the formulas to fixed amounts.

clubvr4 03-22-2012 09:26 AM

Of course, yes.. ok will play with the math formulas.

Thank you.


All times are GMT. The time now is 05:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04285 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete