gallery
Here are 1,012 public repositories matching this topic...
Describe the bug
When launching a vimeo video in Chrome Version 81.0.4044.113 the full screen button is not visible. All working fine on other browsers
To Reproduce
Steps to reproduce the behavior:
- Go to 'http://jakeparish.com/'
- Click on 'DOP or Editor'
- Video launches with no fullscreen video.
Expected behavior
The video launch with fullscreen button available
I can not fix an error I found in the docs because I can not find the repo for the docs.
-
Updated
Jan 8, 2020 - Vue
Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.
Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected
Let me know if you need more info.
-
Updated
Dec 5, 2019 - Java
-
Updated
May 21, 2020 - JavaScript
The closeButtonClickHandler calls exitFullScreen() even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen is false.
This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Feb 11, 2020 - Jupyter Notebook
-
Updated
May 29, 2020 - Kotlin
Wrap images in links
Same as #322 but Im using api push to dynamically generate galleries. Is there a way to use data-href and data-link as that author originally asked or some other solution?
-
Updated
Apr 5, 2020 - JavaScript
I just leave this here for fun. :)
https://tex.stackexchange.com/questions/423566/are-there-any-research-papers-about-tex/423578#423578
http://www.eprg.org/G53DOC/pdfs/knuth-plass-breaking.pdf
See page 34 (1152).
-
Updated
May 13, 2020 - PHP
Images decrypted by OpenKeychain ends up in /user/0/org.sufficientlysecure.keychain/cache/temp/. Simple-Gallery fails to load them with the following output in logcat:
W Glide : Load failed for /mnt/expand/8456f8d6-ef8e-4cfe-affc-c624a19f20f6/user/0/org.sufficientlysecure.keychain/cache/temp/eda09d4f-3e70-491a-b876-e9d677783bd9 with size [1080x1920]
W Glide : class com.bumptech
UI - bottom bar
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
Thanks for your wonderful plugin!
Can you guys, add a padding parameter to PhotoViewGallery or some where else?
I need to add some padding between photos in gallery.
-
Updated
Mar 29, 2020 - Kotlin
-
Updated
May 28, 2020 - Java
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Dec 3, 2019 - JavaScript
Improve this page
Add a description, image, and links to the gallery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gallery topic, visit your repo's landing page and select "manage topics."
[] bug
[x ] enhancement
feature-discussion (RFC)
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the
data-sizesattribute instead of the regularsizesattribute. This isn't documented in the API however