• how I create a loop where image move on left and right for each post. first post image will be left, second post image will go on right, third post image will go again left so on……..
    <div class=”single-features”>
    <div class=”col-sm-5 wow fadeInLeft” data-wow-duration=”500ms” data-wow-delay=”300ms”>
    <img src=”images/home/image1.png” class=”img-responsive” alt=””>
    </div>
    <div class=”col-sm-6 wow fadeInRight” data-wow-duration=”500ms” data-wow-delay=”300ms”>
    <h2>Experienced and Enthusiastic</h2>
    <P>Pork belly leberkas cow short ribs capicola pork loin. Doner fatback frankfurter jerky meatball pastrami bacon tail sausage. Turkey fatback ball tip, tri-tip tenderloin drumstick salami strip steak.</P>
    </div>
    </div>
    <div class=”single-features”>
    <div class=”col-sm-6 col-sm-offset-1 align-right wow fadeInLeft” data-wow-duration=”500ms” data-wow-delay=”300ms”>
    <h2>Built for the Responsive Web</h2>
    <P>Mollit eiusmod id chuck turducken laboris meatloaf pork loin tenderloin swine. Pancetta excepteur fugiat strip steak tri-tip. Swine salami eiusmod sint, ex id venison non. Fugiat ea jowl cillum meatloaf.</P>
    </div>
    <div class=”col-sm-5 wow fadeInRight” data-wow-duration=”500ms” data-wow-delay=”300ms”>
    <img src=”images/home/image2.png” class=”img-responsive” alt=””>
    </div>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to create a loop where loope change each post’ is closed to new replies.