Last image starts first :-(
  • Does anybody have a idea how to make the first image start first.

    Right now image 11 starts first and i have to go back with the arrows to go back to the first image with the image galary.
    Hope that somebody could help me out with this one cause i'm stuck!

    Link to the page.. (Just look at the source code to help me look what i did wrong)

    http://bouwbedrijffarahani.nl/portfolio.html
  • Anybody?

    Please Help!
  • Hi there,

    Do you have multiple images to show for each item? From what I understand yes.

    Since you have multiple galleries you should change the rel attributes for the first gallery to prettyPhoto[gallery1], the second one to prettyPhoto[gallery2] and so on.

    It should fix it.

    Thanks!
  • This is the link to the webpage so you can see what i possible did wrong.. http://bouwbedrijffarahani.nl/portfolio.html

    I do have multiple galleries but did not number them individually.
  • Hi,
    first you should number them individually if you want to have seperate galleries running.
    Second you should adjust your image links to a valid html code e.g. you have several starting <a href=...> elements but no closing </a>! Start with the first image to be shown and hide the others (to start from just one thumbnail).
    Here is an example:
    <a href="images/portfolio/uitbouw etage/uitbouwetage1.jpg" rel="prettyPhoto[gallery1]"><img class="fade" src="images/portfolio/uitbouw etage/uitbouwetage.jpg" alt="Verbouwing van de badkamer" /></a>
    <div style="display: none;">
    <a href="images/portfolio/uitbouw etage/uitbouwetage2.jpg" rel="prettyPhoto[gallery1]"></a>
    <a href="images/portfolio/uitbouw etage/uitbouwetage3.jpg" rel="prettyPhoto[gallery1]"></a>
    </div>

    Hope that help....
    /CS

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!