Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Autoplay Gif?

8 years 10 months ago
Licenses:
JomSocial Active

Hi,

is there anyway the gif images could play automatically without clicking on the play button every time?

Thanks!

8 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Modify this file components/com_community/templates/layouts/stream/photo-upload.php, find this code :

<img src="<?php echo $photo->getImageURI(); ?>" alt="<?php echo $this->escape($photo->caption); ?>" />
                            <div class="play-button"></div>

replace to :
<img src="<?php echo $photo->getGifURI(); ?>" alt="<?php echo $this->escape($photo->caption); ?>" />

I hope it works :)

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW