I have installed on my lapption Windows the dash-Image-gallery component and when I use it I see like this
but when I put the same on pythonanywhere (Linux server), the dots appear like this:
Is there a way to have circluar dots everywhere ?
The component version is 0.0.1 on both
Thats strange
seems to work on my phone, this is the files that make up the docs you can look through them and make sure the compont is setup correctly. pip-docs/docs/dash_image_gallery at main ยท pip-install-python/pip-docs ยท GitHub i would also suggest inspecting that page and see if you could find the css that could be causing the issue. Also make a simple app with just the image gallery and lik 3-5 images see if you can re-produce the error with everything trimmed down and post it on the forum and i can look into it a bit more
2 Likes
You were right !
I have removed this externl css:
โhttps://codepen.io/chriddyp/pen/bWLwgP.cssโ
and now it works pretty well !! Very good object.
May I ask if it is possible to specify a link to the visualized image to see it full screen ? I would like that when you click the image it opens another tab with the image in full screen.
Thanks
Alessandro
2 Likes
Set, showFullscreenButton=True and useBrowserFullscreen=True
That will add a full screen button for the component