Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a caption kwarg for pn.pane.Image #5437

Closed
ahuang11 opened this issue Aug 24, 2023 · 1 comment
Closed

Add a caption kwarg for pn.pane.Image #5437

ahuang11 opened this issue Aug 24, 2023 · 1 comment
Assignees
Labels
good first issue Good for newcomers type: enhancement Minor feature or improvement to an existing feature

Comments

@ahuang11
Copy link
Contributor

I would like to caption my images: pn.pane.Image(url, caption="Some caption")

A workaround right now, which is a bit tedious:

pn.Column(pn.pane.Image(url), pn.pane.Markdown("Some caption", styles={"color": "grey", "font-size": "0.5em"}))
@ahuang11 ahuang11 added the TRIAGE Default label for untriaged issues label Aug 24, 2023
@ahuang11 ahuang11 changed the title Caption for pn.pane.Image Add a caption kwarg for pn.pane.Image Aug 24, 2023
@philippjfr philippjfr added type: enhancement Minor feature or improvement to an existing feature and removed TRIAGE Default label for untriaged issues labels Aug 31, 2023
@philippjfr philippjfr added this to the v1.3.0 milestone Aug 31, 2023
@philippjfr philippjfr modified the milestones: v1.3.0, v1.3.1 Oct 23, 2023
@philippjfr philippjfr modified the milestones: v1.3.1, v1.3.2 Oct 31, 2023
@philippjfr philippjfr modified the milestones: v1.3.2, v1.4.0 Nov 22, 2023
@hoxbro hoxbro added the good first issue Good for newcomers label Dec 5, 2023
@vaniisgh
Copy link
Contributor

vaniisgh commented Dec 6, 2023

hey, id like to work on this :)

@philippjfr philippjfr removed this from the v1.4.0 milestone Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants