Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

load current page into image #324

Open francescortiz opened 11 years ago

francescortiz commented 11 years ago

Hi,

when you do

var sliderImg = $('<img class="nivo-main-image" src="#"/>');

you force the browser to load the full page into the image.

this line should be:

var sliderImg = $('<img class="nivo-main-image" />');

regards,

Francesc