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
Is it possible to give link to big images? Not for captions...
The text was updated successfully, but these errors were encountered:
Not sure why i got this e-mail but try it like this:
<a href="http://google.com" data-iview:thumbnail="photos/photo11_thumb.jpg" data-iview:image="photos/photo11.jpg"> <div class="iview-caption caption1" data-x="100" data-y="300" data-transition="expandDown">Google</div> </a>
And then style it with display:block
.iviewSlider a { display: block; }
Sorry, something went wrong.
I asked it because I'm not sure if your advice is semantic or not...
Works for me. Could be useful to integrate this in the documentation.
No branches or pull requests
Is it possible to give link to big images? Not for captions...
The text was updated successfully, but these errors were encountered: