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
Hello,
First of all thank a lot for wonderful slider, simply amazing.
I am trying to give link internal page via slider, when user click on image he/she should be redirected to particular page.
Below is code -
India's leading rating agency
Pioneered the concept of credit rating in India in 1987
Sets the standards in every aspect of the credit rating business
I have added link but it is not redirecting to that page.
The text was updated successfully, but these errors were encountered:
Added button and give that hyperlink.
Know more
Sorry, something went wrong.
Hi, and thank you for the compliment!
If you're adding a link for the image, you must wrap only the image inside the anchor tag.
<div class="sp-slide"> <a href="http://bqworks.com"> <img class="sp-image" src="http://bqworks.com/slider-pro/images/image.jpg" data-retina="http://bqworks.com/slider-pro/images/image_retina.jpg"/> </a> <p class="sp-caption">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <div class="sp-layer">my layer text<div> </div>
No branches or pull requests
Hello,
First of all thank a lot for wonderful slider, simply amazing.
I am trying to give link internal page via slider, when user click on image he/she should be redirected to particular page.
Below is code -
India's leading rating agency
Pioneered the concept of credit rating in India in 1987
Sets the standards in every aspect of the credit rating business
I have added link but it is not redirecting to that page.
The text was updated successfully, but these errors were encountered: