We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the example page when viewed on an iPad 2, the content within each ".item" does not show.
(It does swipe, though.)
The text was updated successfully, but these errors were encountered:
hey @conoverm, thanks for reporting!
I've conceal the whole captions for smaller screen, cause of the limited space on these devices.
// Hide/rearrange for smaller screens @media screen and (max-width: 768px) { // Show and left align the captions .carousel-caption { display: none } }
However, I could imagine to make this optional. So you can enable captions on smaller screen via data-attributes. would that be an option for you?
Cheers
Sorry, something went wrong.
I've correct the media-query to exclude iPad portrait orientation (max-width:767px).
Have in mind to make this optional.
I decided to not include this feature. It feels a bit over-engineered, IMO.
IMO, feels a little over-engineered to hide the captions in the first place. I think the styling details should be left to the implementer.
hey @jtremback, Agreed! will put it into the next release..
ixisio
No branches or pull requests
On the example page when viewed on an iPad 2, the content within each ".item" does not show.
(It does swipe, though.)
The text was updated successfully, but these errors were encountered: