before / after pictures

so just add this on the page markup or do all of the same wording as the first w container 2 changed?

On Jul 31, 2012, at 8:17 PM, DeltaDave email@hidden wrote:

Then add into Page>HTML Markup the second call - after the first one. Note how this references container2.

<script type="text/javascript">
$(function(){
	$('#container2').beforeAfter();
});
</script>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

so just add this on the page markup or do all of the same wording as the first w container 2 changed?

Add it to Page>HTML Markup after your existing code which is

<script type="text/javascript">
$(function(){
 $('#container').beforeAfter();
});
</script>

So it becomes

<script type="text/javascript">
$(function(){
 $('#container').beforeAfter();
});
</script>
<script type="text/javascript">
$(function(){
  $('#container2').beforeAfter();
});
</script>

Or

    <script type="text/javascript">
    $(function(){
     $('#container').beforeAfter();
    });
    $(function(){
      $('#container2').beforeAfter();
    });
    </script>

Also remember to change the Div ID on the 2nd Div to container2

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you I will do that -

On Jul 31, 2012, at 9:05 PM, DeltaDave email@hidden wrote:

so just add this on the page markup or do all of the same wording as the first w container 2 changed?

Add it to Page>HTML Markup after your existing code which is

<script type="text/javascript">
$(function(){
$('#container').beforeAfter();
});
</script>

So it becomes

<script type="text/javascript">
$(function(){
$('#container').beforeAfter();
});
</script>
<script type="text/javascript">
$(function(){
 $('#container2').beforeAfter();
});
</script>

Or

   <script type="text/javascript">
   $(function(){
    $('#container').beforeAfter();
   });
   $(function(){
     $('#container2').beforeAfter();
   });
   </script>

Also remember to change the Div ID on the 2nd Div to container2

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

BTW Julie - your pics are HUGE at over 2.5Mb each!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Dave,

late follow through sorry - reduced the size… also have all 3 working on the same page! whoot! thank you for all yoru help

http://grassrootsweb.net/landscape/gallery.html

J
On Aug 1, 2012, at 3:58 PM, DeltaDave email@hidden wrote:

BTW Julie - your pics are HUGE at over 2.5Mb each!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 31 Jul 2012, 11:47 pm, DeltaDave wrote:

BTW - this works best with 2 pictures that are taken of the same thing from the same position.

Not sure that it is really effective the way you are using it.

Get them to take new After pics to match the composition of the Before pics for best effect.

D

+1 Nice effect Dave, and yes, I totally agree with your statement.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I totally agree too. But I need to use what is given

J

Sent from my iPhone

On Aug 24, 2012, at 8:50, RavenManiac email@hidden wrote:

On 31 Jul 2012, 11:47 pm, DeltaDave wrote:

BTW - this works best with 2 pictures that are taken of the same thing from the same position.

Not sure that it is really effective the way you are using it.

Get them to take new After pics to match the composition of the Before pics for best effect.

D

+1 Nice effect Dave, and yes, I totally agree with your statement.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options