View iionly's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
can you help me? how to responsive or resize video youtube.
https://prnt.sc/ldx0q7
I'm afraid I can't provide a full working solution right now. I tried a bit to get it working this afternoon but I have not managed to get the on-server videos correctly displayed in the popups (from activity page) yet. It might work for off-server videos (but only tested with one Youtube video so far).
I added to mod/izap_videos/views/default/izap_videos/css.php
and modified izapPlayer class (that's where I'm currently struggling with the on-server videos within popups)
In mod/izap_videos/classes/IzapVideos.php I modified the code line to display on-server videos into
And I modified the code line that displays the player in mod/izap_videos/views/default/object/izap_videos/full.php into
and for popups in mod/izap_videos/views/default/izap_videos/playpopup.php
(again: that's not fully working yet).
If you (or anyone else) figures out how to get also the on-server videos in popups correctly displayed with all video players being responsive, I would like to hear how.
Hey Hey!
Im getting this error after uploading a video:
Video is queued up for conversion
How do I fix this so that videos can be played when uploaded?
Thank ya :)
Mekaboo
The conversion of the uploaded videos gets triggered by a cronjob. You can select the cron interval to be used on the iZAP Videos plugin settings page. But the Elgg cronjob for the interval to be used has to be set up on the server for the conversion to get triggered. As you need the Elgg cronjobs for other plugins (and Elgg core), too, I would suggest to set them up in any case and then try again.