'Allow 1:1 zooming in with two double taps' not working when pixel size of the photo is lesser than that of the screen #3812
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image Minimizer | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| issues: | |
| types: [opened, edited] | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| call-image-minimizer-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main | |
| secrets: inherit |