scaleable img in place of forum name

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

scaleable img in place of forum name

donharrison
In the "Edit Name & Description" box, it allows us to insert image, could this also be a "scaleable image" that adjust's its size as the forum does, when veiwed on differant screen sizes?

If so, what code would l use to enable an uploaded image to adjust its size as per the forum?

cheers Don.
Reply | Threaded
Open this post in threaded view
|

Re: scaleable img in place of forum name

Hugo <Nabble>
No, this is not possible. You have to upload an image with fixed size and it will be displayed as it is. I actually don't know of any service that has such feature. You can let me know if you find any.
Reply | Threaded
Open this post in threaded view
|

Re: scaleable img in place of forum name

donharrison
fair enough, just though l may have missed something.
l'm using a scaleable img on the header of my forum,
http://fishing-forum.105187.n3.nabble.com/
and with most browsers it displays fine, however some windows machines
stretch it all out of proportion until the nabble forum loads, then
alls well.  Hence me thinking a work around maybe to load the header
into nabble instead!  meanwhile, thanks for your good work & quick
reply.

cheers Don.


On 17 May 2010 14:15, Hugo <Nabble> [via Nabble Support]
<[hidden email]> wrote:

> No, this is not possible. You have to upload an image with fixed size and it
> will be displayed as it is. I actually don't know of any service that has
> such feature. You can let me know if you find any.
> Official Nabble Administrator - we never ask for passwords.
>
> ________________________________
> View message @
> http://nabble-support.1.n2.nabble.com/scaleable-img-in-place-of-forum-name-tp5061445p5063613.html
> To unsubscribe from scaleable img in place of forum name, click here.
>
Reply | Threaded
Open this post in threaded view
|

Re: scaleable img in place of forum name

Hugo <Nabble>
Hi Don, now I understand what you mean. Actually, this is possible.

After uploading an image, add this to the nabble_img tag:
style="width:100%"

For example:
<nabble_img src="photo.png" border="0" style="width:100%"/>

This is actually a nice effect and I may add an easy option to the upload window. Thanks.