Skip to content

Commit

Permalink
Bug/WP-779--[Regression] File preview is smaller compared to producti…
Browse files Browse the repository at this point in the history
…on (#1032)

* ratio bootstrap fix

* removed className
  • Loading branch information
jalowe13 authored Dec 10, 2024
1 parent 229d1cb commit 764fcee
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 764fcee

Please sign in to comment.