OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
SOLVED: real estate youtube video (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

SOLVED: real estate youtube video

pabel70 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
SOLVED: real estate youtube video 5 Years, 5 Months ago
Karma: 0  
When I add a house in the component there is the field to insert a youtube video.

There is any possibility to enable the full screen mode on these videos?

Thanks
Paolo
Logged Logged
Last Edit: 2018/10/25 13:04 By pabel70.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:real estate youtube video 5 Years, 5 Months ago
Karma: 101  
Dear

Please in
{site}/components/com_realestatemanager/views/view_house/tmpl/default.php

find code:
Code:

<iframe width="420" height="315" frameborder="0" 
                            src="//www.youtube.com/embed/<?php echo $youtubeCode ?>" ></iframe> 



and replace it to code
Code:

 <iframe width="420" height="315" frameborder="0" 
                            src="//www.youtube.com/embed/<?php echo $youtubeCode ?>" allowfullscreen></iframe> 



Please backup this file first

Regards
Andrew
Ordasoft team
Logged Logged
The administrator has disabled public write access.
pabel70 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:real estate youtube video 5 Years, 5 Months ago
Karma: 0  
Thanks!

Paolo
Logged Logged
The administrator has disabled public write access.
Go to top
»