Skip to content

[Feature request] Make use of HTML5 as audio/video embedding provider. Relies on having partial-content supported by server. #1460

@zDEFz

Description

@zDEFz

Mandatory #1459 must be fulfilled first

In the link there is a sample of what you can do about it.

Basically it works this way, using W3.CSS as basis.

  • Provide details for one video/card: Card is shown in full row.

  • Provide details for two/video/card: Two card/s are shown side by side, taking 50% of the screen each

  • Provide details for three/video/card: three card/s are shown side by side, taking 33% of the screen each

  • Provide details for four/video/card: four card/s are shown side by side, taking 12.5% of the screen each

The feature request is, to implement programmatic support for such feature/s without having to rely on scripts like I did one. The idea is to simply extend on my script and providing a Wizard to further enhance it.

Alternatively, the user should be also able whether how much space they want the card to take.
Valid divisions are for instance: w3-row, w3-half, w3-third, w3-quarter

Now, before I post my script, I want to know if such an wizard would be possible to make.
In my script, I have an array of cards, in which I provide title, text, subtext, src for each video. Then applying the needed formatting foreach.

Cards will automatically get in the correct position / new row. You call it.

Here is a small preview.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions