diff --git a/resources/web/model/model.js b/resources/web/model/model.js index d876097e1..75e7602d3 100644 --- a/resources/web/model/model.js +++ b/resources/web/model/model.js @@ -284,13 +284,13 @@ function ShowModelInfo( pModel ) } $('#ModelPreviewList').html(htmlPreview); - $('#ModelPreviewList').viewer({ + $('#Model_Preview_Image').viewer({ title: false, fullsreen: false, - zIndex: 999999, + zIndex: 11, interval: 3000 }); - $('#ModelPreviewList').viewer('update'); + $('#Model_Preview_Image').viewer('update'); //Initial Swiper if(TotalPreview==1) @@ -386,7 +386,7 @@ function ShowFileInfo( pFile ) $('.ImageIcon').viewer({ title: false, fullsreen: false, - zIndex: 999999, + zIndex: 11, interval: 3000 }); $('.ImageIcon').viewer('update'); @@ -501,13 +501,13 @@ function ShowProfilelInfo( pProfile ) } $('#ProfilePreviewList').html(htmlPreview); - $('#ProfilePreviewList').viewer({ + $('#Profile_Preview_Image').viewer({ title: false, fullsreen: false, - zIndex: 999999, + zIndex: 11, interval: 3000 }); - $('#ProfilePreviewList').viewer("update"); + $('#Profile_Preview_Image').viewer("update"); //Init Profile Swiper if(TotalPreview==1)