Viewing 2 replies - 1 through 2 (of 2 total)
  • FancyBox only works on LINKS to image files or other media. So instead of using:

    <img class="fancybox" style="border: ridge 7px gold;" src="https://www.noieskuvoicipo.hu/kepek/Cipo1.jpg" alt="1.modell" width="210" height="139" />

    you need to do something like this:

    <a class="fancybox" href="https://www.noieskuvoicipo.hu/kepek/Cipo1.jpg">
    <img style="border: ridge 7px gold;" src="https://www.noieskuvoicipo.hu/kepek/Cipo1-small.jpg" alt="1.modell" width="210" height="139" />
    </a>

    (just an example)

    Thread Starter Nedudgi

    (@nedudgi)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Easy FancyBox] Can not make it work – I need help!’ is closed to new replies.