Skip to content
New issue

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

give link to images? #1

Open
hkamci opened this issue Aug 24, 2012 · 3 comments
Open

give link to images? #1

hkamci opened this issue Aug 24, 2012 · 3 comments

Comments

@hkamci
Copy link

hkamci commented Aug 24, 2012

Is it possible to give link to big images? Not for captions...

@bradthomas127
Copy link

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;
}

@hkamci
Copy link
Author

hkamci commented Aug 24, 2012

I asked it because I'm not sure if your advice is semantic or not...

@mngoe
Copy link

mngoe commented Dec 16, 2012

Works for me. Could be useful to integrate this in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants