vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Title Image Resizing? (https://vborg.vbsupport.ru/showthread.php?t=317887)

Peter Cook 03-21-2015 09:52 AM

Title Image Resizing?
 
Hi all, this has probably been asked before. However, I cannot find it anywhere here. Here goes! My titleimage being a set length expands beyond the page width when being viewed outside of the of the image size width, i.e. If the browser is resized, you can scroll beyond the page width due to the image being larger than the with of the browser. The question probably has a simple answer, but I cannot find it :( Can you set the titleimage size to percentage of the page, similar to the stylevar, titleimage_padding. but to the page width?

Basically what I am trying to achieve is to keep the image to a percentage of the page width. Alternatively is there another way I can achieve this by image resizing within VB, rather than chopping the image down or having no image at all as I would like to keep the image as full size as possible.

I hope this all makes sense!

Seven Skins 03-21-2015 11:48 AM

You can try using this css...

Code:

max-width: 100%

Peter Cook 03-21-2015 11:53 AM

Thanks where should I add this text?

Quote:

Originally Posted by Seven Skins (Post 2541093)
You can try using this css...

Code:

max-width: 100%


Seven Skins 03-21-2015 02:22 PM

add this to additional.css template.

.logo-image img {width: 100%; max-width: 100%}

Peter Cook 03-21-2015 05:33 PM

Thanks I'll give it a try :) That worked great! Thank you very much! top support :)


All times are GMT. The time now is 01:53 PM.

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.01158 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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