javascript - JSSOR Slider - Call images from album hosted online, possibly through RSS Feed? -


first, reason looking loading images slider bogging down site's performance.

i'm wondering if there way pull in images album hosted externally, through google picasa albums (i'm open other platforms if better suited it). use slideshow embed code it's pretty horrendous.

could done calling rss feed within jssor slider?

would improve site performance or have same issues pulling images elsewhere?

thanks in advance. sorry if i'm asking isn't best practice or if doesn't make sense approach way, i'm trying improve functionality/performance on personal portfolio.

did try lazy loading? if not, please try specify src2 attribute instead of src define lazy loading image.

<div><img u="image" src2="image.jpg" /></div> 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -