Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:¿HOW TO? Large images scroll (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: Re:¿HOW TO? Large images scroll
#30080
Re:¿HOW TO? Large images scroll 1 Year ago  
excellent stuff Kerman.. Now to rack your brain...

Do you have any clue how to make the full size image pop up rather than resize in window?? I like the way the images resize for the browser resolution but I think this solution may carry a lot more value if the full image launched in a seperate screen on click.

cheers

leigh
bunglehaze (User)
FB Documentation Team
Moderator
Posts: 115
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30081
Re:¿HOW TO? Large images scroll 1 Year ago  
Maybe even popup on click? Best of both worlds there.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#30092
Re:¿HOW TO? Large images scroll 1 Year ago  
There are a poblem in this code.

I put it, and this produce a error in the signature. It appers very long when anything put a image, this apperas with a height of 500

View image:


The problem are in smile.class in the thirth added line of [code:1]$fb_message_txt[/code:1]: exactly in [color=#FF0000]height="500"[/color]

[img]http://www.bestofjoomla.com/images/fbfiles/images/code-99798e9e75c84ea8be87b16e73ac2064.jpg[/img]

I couldn,t correct the error, but I see that in this forum the signature works fine.

Can anything say to me the correct code please?
juanma (User)
Junior Boarder
Posts: 73
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/04 20:49 By juanma.
 
The administrator has disabled public write access.  
#30134
Re:¿HOW TO? Large images scroll 1 Year ago  
Juanma, unfortunately this is a byproduct of the hack, if you want to remove all the whitespace you must change the 500 figure for something more appropriate but it will result in smaller viewport for the images when you click on them.

If you choose 100% instead of 500 it seems to just create a thumbnail type version of the original, this is why I asked about a popup on click or _blank screen on click instead of scrolling.

all the best


leigh
bunglehaze (User)
FB Documentation Team
Moderator
Posts: 115
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30139
Re:¿HOW TO? Large images scroll 1 Year ago  
Thanks bunglehaze. But I see that in this forum, the error don´t exists. I put a image in the signature a works fine.
juanma (User)
Junior Boarder
Posts: 73
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30687
Re:¿HOW TO? Large images scroll 1 Year ago  
You could use a small piece of CSS to display a scrollbar when a picture is too wide.
Just put the code below into your CSS file. You will probably need to change the width to match the width of your template.

/* Restrict the width of forum messages */
td.fb-msgview-right table tr td div.msgtext
{
width: 666px;
overflow: auto;
}
webstudent (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30692
Re:¿HOW TO? Large images scroll 1 Year ago  
webstudent wrote:
You could use a small piece of CSS to display a scrollbar when a picture is too wide.
Just put the code below into your CSS file. You will probably need to change the width to match the width of your template.

/* Restrict the width of forum messages */
td.fb-msgview-right table tr td div.msgtext
{
width: 666px;
overflow: auto;
}


Uauh! Many thaks, This works correctly and is what it was looking for. Modifying the code in smile.class I have had many problems but this goes better.

Thanks!
juanma (User)
Junior Boarder
Posts: 73
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30694
Re:¿HOW TO? Large images scroll 1 Year ago  
Ill test it right now!! thanks for another tip on this!
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30700
Re:¿HOW TO? Large images scroll 1 Year ago  
I thought it might be best controlled through CSS. Hope it works.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#30720
Re:¿HOW TO? Large images scroll 1 Year ago  
Works perfect!!!!!

Best solution, better modify only CSS file.
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top