4images Forum & Community

General / Allgemeines => Programming => Topic started by: m_7 on October 25, 2010, 02:22:50 PM

Title: How to show animations pictures ( images ) in home page ?
Post by: m_7 on October 25, 2010, 02:22:50 PM
Hi all .

good mooring / good evening / good all your time :)

I want to display an animations picture in home page , How can i do it ?

In another way , How to show or display images without thumbnail ?

I hope u can understand me .

Best wishes ...  
Title: Re: How to show animations pictures ( images ) in home page ?
Post by: Rembrandt on October 25, 2010, 04:40:15 PM
..I want to display an animations picture in home page , How can i do it ?

In another way , How to show or display images without thumbnail ? ...

write wherever you want in home.html:
Quote
<img src="{template_url}/images/your.gif"  alt="" />

the image copy in your Templates/images folder.

mfg Andi
Title: Re: How to show animations pictures ( images ) in home page ?
Post by: m_7 on October 25, 2010, 06:24:37 PM
No ...

What i mean is, I was uploaded an animation image , but in home page it appears like a normal image , when i click on it to open a details page , the image appears animated.

e.q. this image http://www.gifanimations.com/GA/Image/Animations/games/8ball.gif , when i uploaded it appears like a normal image in home page .

I want to show it as it is in home .
Title: Re: How to show animations pictures ( images ) in home page ?
Post by: x23piracy on October 25, 2010, 09:18:49 PM
No ...

What i mean is, I was uploaded an animation image , but in home page it appears like a normal image , when i click on it to open a details page , the image appears animated.

e.q. this image http://www.gifanimations.com/GA/Image/Animations/games/8ball.gif , when i uploaded it appears like a normal image in home page .

I want to show it as it is in home .

Hi,

thats why the gallery creates thumbnails of the image, and thumbnails are created as jpg as default.
jpeg does not support animations like a gif.

You can try to upload the thumbnail as gif.
If you download the image it must be a gif again right?

check this:
http://www.4homepages.de/forum/index.php?topic=7045.0 (http://www.4homepages.de/forum/index.php?topic=7045.0)


Greetz X23
Title: Re: How to show animations pictures ( images ) in home page ?
Post by: cheysik on October 28, 2010, 04:01:40 PM
thank for sharing. i looking for this too. i hope it will work.