Author Topic: How to show animations pictures ( images ) in home page ?  (Read 8539 times)

0 Members and 1 Guest are viewing this topic.

Offline m_7

  • Newbie
  • *
  • Posts: 37
    • View Profile
How to show animations pictures ( images ) in home page ?
« 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 ...  
« Last Edit: October 25, 2010, 02:42:19 PM by m_7 »

Rembrandt

  • Guest
Re: How to show animations pictures ( images ) in home page ?
« Reply #1 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

Offline m_7

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How to show animations pictures ( images ) in home page ?
« Reply #2 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 .

Offline x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: How to show animations pictures ( images ) in home page ?
« Reply #3 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


Greetz X23
« Last Edit: October 25, 2010, 09:43:43 PM by x23piracy »

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--

Offline cheysik

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: How to show animations pictures ( images ) in home page ?
« Reply #4 on: October 28, 2010, 04:01:40 PM »
thank for sharing. i looking for this too. i hope it will work.