Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2023/06/08 18:35] – steve.wang | start [2023/06/08 18:55] (current) – steve.wang | ||
---|---|---|---|
Line 648: | Line 648: | ||
higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+' | higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+' | ||
higs.addSpaceAbove(2) | higs.addSpaceAbove(2) | ||
+ | setTimeout(() => { | ||
+ | higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+' | ||
+ | }, 1000) | ||
},700) | },700) | ||
},400) | },400) | ||
Line 1117: | Line 1120: | ||
</ | </ | ||
+ |