portfolio-single-carousel.html

Home Forums Porto – Responsive HTML5 Template portfolio-single-carousel.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10019846
    gastoncastagnet
    Participant

    Hello, im working in the portfolio-single-carousel.html page, on the first carrousel. I replaced the revolutionSliderCarousel with my images and its ok. Now i want to be able to clics this images, when i put the href tag the image change his visualization.

    how can i put an href tag without break the carousel images?

    thank you

    div id=”revolutionSliderCarousel” class=”rev_slider fullwidthabanner” data-version=””>

      <li data-index=”rs-1″ data-transition=”fade” data-slotamount=”7″ data-easein=”default” data-easeout=”default” data-masterspeed=”300″ data-rotate=”0″ data-saveperformance=”off” data-title=”” data-description=””>
      `<img src="img/salidas/salidas02.jpg" alt="" data-bgposition="center center" data-bgfit="contain" data-bgrepeat="no-repeat" class="rev-slidebata-no-retina />


    #10019851
    Support
    Keymaster

    Hello, thanks for your purchase.

    Just put the data-link attribute in the LI element:

    <li data-link="index.html" data-index="rs-1" data-transition="fade" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="" data-description="">
    	<img src="img/projects/project-carousel-1.png" alt="" data-bgposition="center center" data-bgfit="contain" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina>
    </li>

    Kind Regards,

    Jonas


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.