Skip to content

Commit

Permalink
Fix image size inside modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ibober committed Oct 20, 2023
1 parent 4958095 commit e477945
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/HousePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import CalculationBlock from './CalculationBlock';
import HouseModelPlayer from './HouseModelPlayer';
import VRviwe from './svg/VRviwe';
import ModalScreen from '../components/ModalScreen';
import ContentBlock from './ContentBlock';

const useStyles = makeStyles((theme) => ({

Expand Down Expand Up @@ -695,9 +694,9 @@ const HousePage = ({ house, data, lang }) => {
(item) => item.published
)}
data={data}
fullHeight={true}
mobileButtons={true}
autoSlidesPerView={true}
fullHeight={false}
mobileButtons={false}
autoSlidesPerView={false}
sidesDesctopButtons={true}
initialSlide={activeImg}
lang={lang}
Expand Down

0 comments on commit e477945

Please sign in to comment.