Skip to content

Commit

Permalink
Merge branch 'main' into task/WP-731
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcmillenmusic authored Dec 10, 2024
2 parents a1877b3 + 764fcee commit 891a6b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ const DataFilesPreviewModal = () => {
<NiiVue imageUrl={href} fileName={params.path}></NiiVue>
)}
{previewUsingHref && !previewUsingBrainmap && (
<div className="embed-responsive embed-responsive-4by3">
<div className="ratio ratio-4x3">
<iframe
title="preview"
frameBorder="0"
className="embed-responsive-item"
onLoad={onFrameLoad}
src={href}
/>
Expand Down

0 comments on commit 891a6b6

Please sign in to comment.