-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
support for caption ? #121
Comments
I see that it's possible to set a title and description.. now I just need to be able to insert html in the title and/or description so I can have it be clickable. It would have been nice to be able to position it centered below the image instead of the top left corner.. I suppose this maybe can be fixed with css alone. This PR #116 appears that it would allow for the use of html inside the title and/or text.. this is just what I would need.. any chance you could merge or implement it please? Thank you |
hi vesper8, all, fwiw: https://codesandbox.io/s/vue-blueimp-gallery-y8b77 |
@calaoa thanks for the demo, so just to be clear.. in order to get this to work you have to use vue-blueimp-gallery instead of using this library here (vue-gallery) ? |
@vesper8, indeed it's a distinct package, with the goal to also add other interactive features to the gallery, any feedback or requirement welcome. |
@calaoa nice of you to make it. A shame that @RobinCK couldn't merge your PR.. it's hard to get recognition as a new package with no stars, but this is a must-have feature for me so I will certainly consider switching over to your newly released library and if it does everything vue-gallery does and more than great! it's just what I need! Thanks for taking the initiative on this and reporting back here |
Hi there, love your plugin and am using it in multiple projects. Many other gallery plugins have support for adding some content below the image when browsing in gallery mode.. such as caption or anything really.. html links.. etc
Is there any way to accomplish this with your gallery plugin currently?
The text was updated successfully, but these errors were encountered: