pre-nav logo size

starlab / 2012-12-19 17:56:57   

Hi all, anyone knows how I can change the size of the logo I put in my pre-nav? I'd like to make it smaller

This is the site:
vitonewyork.com/

And this is the code I put in my pre-nav:

I couldn't find any good forum thread about it. Maybe I searched for the wrong terms

Thank you

arsondpi / 2012-12-19 18:01:43   

in an image editor (photoshop etc. - use the save for web and devices option to get a small file)

starlab / 2012-12-19 18:10:31   

Hi, thanks but I know that. But how I can chance the size of the file once it is uploaded on my exhibit? I tried adding width and height but it doesn't work.


Vaska A / 2012-12-19 18:32:07   

You're doing it right - 400 is a bit big though - make is smaller.

starlab / 2012-12-19 18:43:16   

Thanks Vaska, but my question is exactly that: how I can make the image smaller once the file is uploaded on my exhibit?

Vaska A / 2012-12-19 18:56:19   

You can upload a smaller size by resizing it to what you need beforehand. You can also use the source image by removing the "1_" of the image name.

starlab / 2012-12-19 19:24:49   

Yes I can upload a smaller size but I prefer to find a way to change the size of the image once uploaded. Is that possible?

I can't remove the "1_" in my ftp. And if I remove it from the code in my pre-nav the image appear as very big

This is the code of my file: media:gimg '1_Vito_Logo.jpg'

Vaska A / 2012-12-19 19:35:41   

For what you want to do, there isn't a way. Custom is custom...

No, you don't need to remove the 1_ via FTP - you can simply take out the 1_ and it will utilize the source image.

Don't use that code/plugin, simply create the html for your image:

  1. <img src='/files/gimgs/Vito_Logo.jp' width='Any Width You Want' />
starlab / 2012-12-19 20:05:15   

This is great. It works Vaska. Thank you so much.

I can't remove the "1_" though. But at this point, it's not important I guess.

This thread has been closed, thank you.