Skip to content

Commit

Permalink
Merge branch 'main' into task/WP-505--APCD--File-Upload-Failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jalowe13 authored Dec 10, 2024
2 parents 9112323 + 764fcee commit 5a5c8ea
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 5a5c8ea

Please sign in to comment.