File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
height : 25px ;
16
16
margin-bottom : 5px ;
17
17
cursor : pointer;
18
- background : url ('https://scaleflex.cloudimg.io/v7/js-cloudimage-360-view/loupe.svg' ) 50% 50% / cover no-repeat;
18
+ background : url ('https://scaleflex.cloudimg.io/v7/filerobot/ js-cloudimage-360-view/loupe.svg' ) 50% 50% / cover no-repeat;
19
19
}
20
20
21
21
.cloudimage-360-fullscreen-icon {
22
22
width : 25px ;
23
23
height : 25px ;
24
24
margin-bottom : 5px ;
25
25
cursor : pointer;
26
- background : url ('https://scaleflex.cloudimg.io/v7/js-cloudimage-360-view/full_screen.svg' ) 50% 50% / cover no-repeat;
26
+ background : url ('https://scaleflex.cloudimg.io/v7/filerobot/ js-cloudimage-360-view/full_screen.svg' ) 50% 50% / cover no-repeat;
27
27
}
28
28
29
29
.cloudimage-360-reset-zoom-icon {
Original file line number Diff line number Diff line change 1
1
export const create360ViewCircleIcon = ( circleOffset ) => {
2
2
const view360CircleIcon = new Image ( ) ;
3
3
4
- view360CircleIcon . src = 'https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/loupe .svg' ;
4
+ view360CircleIcon . src = 'https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/360 .svg' ;
5
5
6
6
view360CircleIcon . style . bottom = `${ circleOffset } %` ;
7
7
view360CircleIcon . className = 'cloudimage-360-view-360-circle' ;
You can’t perform that action at this time.
0 commit comments