Skip to content

The gallery intro is truncated and I want to display more content (is not possible to change the size) #1085

@fgmacedo

Description

@fgmacedo

Hi, first time here, so I want to say thanks for maintaining this project!

I've found that the intro size, the one that is displayed as the tooltip is truncated at 95 chars.

I've made a image gallery with large thumbs and It would be nice to have more content on the tooltip.

image

Here's the code that truncates:

Ref:

if len(intro) > 95:
intro = intro[:95] + '...'

It would be nice if there's some way to get more intro content displayed, being a configuration or another way.

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions