This script was not designed for easy insertion of alt attributes for the images. Since you only seem to want one alt text for the entire show, this can be done fairly easily. Find this line in the script:
Code:
tempcontainer+='<img src="'+fadeimages[i][0]+'" border="0">'
add to it so it looks like this:
Code:
tempcontainer+='<img src="'+fadeimages[i][0]+'" border="0" alt="My Child\'s Ultrasound Images">'
The added part is in green and red. The red part can be whatever alt text you prefer, just be aware that if you use a single quote (') it must be escaped with a downward slash (\) as in my example's use of Child\'s for Child's.
There is no way to prevent others from copying your images.
Bookmarks