Skip to content

Commit

Permalink
Use 50% for zoom out scale
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jan 24, 2024
1 parent e6bc6cf commit ae35378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function EditorCanvas( { enableResizing, settings, children, ...props } ) {
styles={ styles }
iframeProps={ {
expand: isZoomOutMode,
scale: isZoomOutMode ? 0.45 : undefined,
scale: isZoomOutMode ? 0.5 : undefined,
frameSize: isZoomOutMode ? 100 : undefined,
className: classnames(
'edit-site-visual-editor__editor-canvas',
Expand Down

0 comments on commit ae35378

Please sign in to comment.