Skip to content

Commit

Permalink
Playback 2024: Image share dimensions (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtitus authored Dec 10, 2024
2 parents 9182924 + a4a1725 commit bdf99e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcasts/End of Year/StoryShareableProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StoryShareableProvider: UIActivityItemProvider {
let snapshot = AnyView(view)
.modify(viewModifier)
.environment(\.renderForSharing, true)
.frame(width: 370, height: 800)
.frame(width: 450, height: 800)
.snapshot()

let snapshotURL = save(snapshot: snapshot)
Expand Down

0 comments on commit bdf99e8

Please sign in to comment.