Skip to content

Commit

Permalink
update verson filerobot and fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hieple1993 committed Oct 19, 2023
1 parent 6fd06e8 commit 528fe2a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions views/templates/hook/filerobot.tpl
Expand Up @@ -23,9 +23,9 @@
*}

<link rel="stylesheet" type="text/css"
href="https://scaleflex.cloudimg.io/v7/plugins/filerobot-widget/stable/filerobot-widget.min.css"/>
href="https://scaleflex.cloudimg.io/v7/plugins/filerobot-widget/v3/3.8.8/filerobot-widget.min.css"/>
<script type="text/javascript"
src="https://scaleflex.cloudimg.io/v7/plugins/filerobot-widget/stable/filerobot-widget.min.js?func=proxy"></script>
src="https://scaleflex.cloudimg.io/v7/plugins/filerobot-widget/v3/3.8.8/filerobot-widget.min.js"></script>


<button type="button" class="btn btn-primary" style="display: none" id="filerobot-modal-btn" data-toggle="modal"
Expand Down Expand Up @@ -82,11 +82,11 @@
},
target: '#filerobot-widget',
inline: true,
width: '99%',
height: 530,
disableExportButton: false,
hideExportButtonIcon: true,
preventExportDefaultBehavior: true,
width: "100%",
height: "100%",
disableDownloadButton: false,
hideDownloadButtonIcon: true,
preventDownloadDefaultBehavior: true,
resetAfterClose: true,
dismissUrlPathQueryUpdate: true,
locale: {
Expand Down Expand Up @@ -170,6 +170,9 @@
</script>

<style>
button.filerobot-u-reset {
top: 0px !important;
}
.product-page #product-images-dropzone.dropzone .dz-preview.filerobotmanager div {
position: relative;
top: 50%;
Expand Down

0 comments on commit 528fe2a

Please sign in to comment.