vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Re-sizing an image making it smaller issue (https://vborg.vbsupport.ru/showthread.php?t=321304)

attroll 01-01-2016 07:04 PM

Re-sizing an image making it smaller issue
 
I need to clean up my forum logo for my forum. I can?t seem to get it very clean or sharp image when I resize it to a smaller size. I have tried everything I can think of in photoshop to make it smaller without losing clarity.

This is what I have discovered.

When resizing it in photoshop and making it smaller it gets very fuzzy. I am going from the pixel size of 1500 x 247 down to 500 x 82.
However if I keep the larger image of 1500 x 247 and resize it using html code like this width="500" height="82" the image looks a little cleaner.

Here are my questions:

1. Does anyone have any suggestions about downsizing an image and keeping the sharpness and clarity in the image?
2. How would I add the following html command to my title image so that I can use the larger image width="500" height="82"?

Here is the image I am referring to.
The original image:
https://vborg.vbsupport.ru/external/2016/01/25.png
Resized smaller with photoshop:
https://vborg.vbsupport.ru/external/2016/01/26.png

MarkFL 01-01-2016 07:09 PM

To your "additional.css" template, try adding the following selector:

HTML Code:

.logo-image img {
        width: 500px;
}

See if that gives you the desired result. :)

attroll 01-01-2016 07:49 PM

Thank you very much Mark. I appreciate the quick reply.


All times are GMT. The time now is 03:26 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.01536 seconds
  • Memory Usage 1,711KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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