Using Supersized plugin making images SEO friendly?
Hi Everyone,
I'm still a newbie and currently using Supersized 3.2.7 plugins seen here Supersized 3.2.7
The option doesn't show or offer Alt tags for the images. I'm trying to make the images more SEO friendly.
jQuery(function($){
$.supersized({
// Functionality
slide_interval : 3500, // Length between transitions
transition : 1, // 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
transition_speed : 1000, // Speed of transition
thumbnail_navigation : 0,
// Components
slide_links : 'blank', // Individual links for each slide (Options: false, 'num', 'name', 'blank')
slides : [ // Slideshow Images
{image : 'myimage.jpg',
title : '', thumb : '', url : ''},
]
});
});
Any help would be greatly appreciated.