- Posts: 6
COMMUNITY FORUM
All Video in a Table
- Ross
-
Topic Author
- Offline
- New Member
Less
More
7 years 8 months ago #163575
by Ross
All Video in a Table was created by Ross
I have tried to place an all video element inside a table , looking at the source, the content appears to carry forwards correctly, the "size" is correct, and it has a tooltip but there is no video.
Its currently (as of writing this) at the bottom of my temporary home page and can be found here
rossjames1.demojoomla.com/
Any assistance would be appreciated, Thanks, Ross
Its currently (as of writing this) at the bottom of my temporary home page and can be found here
rossjames1.demojoomla.com/
Any assistance would be appreciated, Thanks, Ross
Please Log in or Create an account to join the conversation.
- Ross
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
7 years 8 months ago #163577
by Ross
Replied by Ross on topic All Video in a Table
Ok, it doesn't work inside an empty div either.
Any Ideas? Am I doing something wrong, or just "trying to do too much?"
Any Ideas? Am I doing something wrong, or just "trying to do too much?"
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 8 months ago #163583
by Krikor Boghossian
Replied by Krikor Boghossian on topic All Video in a Table
Try removing the edits you performed, as I mentioned in my earlier post, these features are not yet available.
Please Log in or Create an account to join the conversation.
- Ross
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
7 years 8 months ago #163605
by Ross
Replied by Ross on topic All Video in a Table
Thanks, I reverted the change to that file as soon as I realised it wasn't going to work and moved on to trying to resolve the resizing issue so that I could limit the max width/height.
hence the table and div approach as the iFrame that I tried first didn't work, but figured that the iFrame was "more complicated" and to try a simpler solution
hence the table and div approach as the iFrame that I tried first didn't work, but figured that the iFrame was "more complicated" and to try a simpler solution
Please Log in or Create an account to join the conversation.
- Ross
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
7 years 8 months ago #163606
by Ross
Replied by Ross on topic All Video in a Table
Ok, so some playing around this works;
<div>{youtube}NL6CDFn2i3I|200|100|0{/youtube}</div>
this doesnt.
<div><p>{mp4}SampleVideo_640x360_2mb{/mp4}</p></div>
Is it possibly a "Nested" problem because its inside the P which is inside the div? (that would explain the table if thats the case as its inside a table, tbody, tr and a td.
<div>{youtube}NL6CDFn2i3I|200|100|0{/youtube}</div>
this doesnt.
<div><p>{mp4}SampleVideo_640x360_2mb{/mp4}</p></div>
Is it possibly a "Nested" problem because its inside the P which is inside the div? (that would explain the table if thats the case as its inside a table, tbody, tr and a td.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 8 months ago #163623
by Krikor Boghossian
Replied by Krikor Boghossian on topic All Video in a Table
Within the <p> element the HTML code will be invalid.
Does the YouTube tag work within the table?
Does the YouTube tag work within the table?
Please Log in or Create an account to join the conversation.