Skip to content

Commit 930d556

Browse files
committed
Chore: Update readme
1 parent 26ad03e commit 930d556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/static/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
height: 25px;
1616
margin-bottom: 5px;
1717
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;
1919
}
2020

2121
.cloudimage-360-fullscreen-icon {
2222
width: 25px;
2323
height: 25px;
2424
margin-bottom: 5px;
2525
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;
2727
}
2828

2929
.cloudimage-360-reset-zoom-icon {

src/utils/container-elements/create-360-view-circle-icon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const create360ViewCircleIcon = (circleOffset) => {
22
const view360CircleIcon = new Image();
33

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';
55

66
view360CircleIcon.style.bottom = `${circleOffset}%`;
77
view360CircleIcon.className = 'cloudimage-360-view-360-circle';

0 commit comments

Comments
 (0)