Skip to content

Flexible video title length limitation #10

Description

@zynres

Now the code responsible for that:

const title = v.title.length > 72 ? v.title.substring(0, 72) + "..." : v.title;

Need the length to change depending on the size of the video card.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementImproving an existing featurefrontendApp (frontend) related task

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions