Skip to content

Commit

Permalink
Merge pull request #267 from hotwired/screenshot_scale_matrix
Browse files Browse the repository at this point in the history
Prevent web page screenshot scaling down in some cases
  • Loading branch information
mbarta authored Mar 21, 2023
2 parents 08a7b7b + 75279be commit 7048faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turbo/src/main/res/layout/turbo_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_height="match_parent"
android:clickable="true"
android:focusable="true"
android:scaleType="fitStart"
android:scaleType="matrix"
android:visibility="gone"
tools:ignore="ContentDescription" />

Expand Down
2 changes: 1 addition & 1 deletion turbo/src/main/res/layout/turbo_view_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:visibility="gone"
android:clickable="true"
android:focusable="true"
android:scaleType="fitStart"
android:scaleType="matrix"
tools:ignore="ContentDescription" />

<FrameLayout
Expand Down

0 comments on commit 7048faf

Please sign in to comment.