Hello!
You can set the gallery to always show captions on mobile. In this case there won’t be problems with tapping. Just open Captions tab and enable this option – http://prntscr.com/dk815k
Double post due technical troubles
-
This reply was modified 9 years, 5 months ago by
supsystic.
Hello!
You can set the gallery to always show captions on mobile. In this case there won’t be problems with tapping. Just open Captions tab and enable this option – http://prntscr.com/dk815k
Thanks for the quick response, but I definitely don’t want to always show captions. I’d rather just hide them completely. Otherwise, it covers up half the image.
Hi!
We will add such feature in next version of Gallery plugin. I will inform you about the updates.
Meanwhile you can add such css code to the styles of your theme –
@media (max-width: 768px) {
.grid-gallery .grid-gallery-caption figcaption {
display: none;
transform: none !important;
transition: none 0s ease 0s !important;
}
.grid-gallery .grid-gallery-caption div img {
transform: none !important;
transition: none 0s ease 0s !important;
}
}
It will disable captions for images of gallery on mobile devices.
Hello!
We have released new version of Gallery plugin with new feature for you. Update plugin, then go to Captions tab and find “Disable captions on mobile” option. Try it!