UNPKG
filestack-adaptive
Version:
latest (1.4.0)
next (0.2.1)
1.4.0
1.3.0
1.1.3
1.1.1
1.1.0
1.0.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.0
HTML5 picture elements powered by Filestack
github.com/filestack/adaptive
filestack/adaptive
filestack-adaptive
/
manual_test
/
index.js
11 lines
(8 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// const options = {
//
alt:
'windsurfer'
,
//
sizes: {
//
fallback:
'60vw'
,
//
} // };
//
const el = fsAdaptive.picture(
'test'
, options);
//
document.body.appendChild(el);