Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slideshow editor - point of interest #368

Open
jackcraig opened this issue Nov 30, 2018 · 1 comment
Open

Slideshow editor - point of interest #368

jackcraig opened this issue Nov 30, 2018 · 1 comment
Labels
🚀 enhancement New feature or request

Comments

@jackcraig
Copy link

Can the editor have an intuitive way to control the initial point of interest coordinates for the image. This will control the initial zoom level to help avoid slideshow layouts with black bars outside of the image area.

Suggestion is a preview window for the editor which has the pan and zoom controls. The editor can then move the image to the desired position and then a save button can store those coordinates in the manifest.

Happy to chat if this isn't clear.

@stephenwf
Copy link
Member

As you mentioned, its not in the editor, but it is in Canvas Panel itself:

» curl https://adam-digirati.github.io/balenciaga4.json | jq ".items[0].annotations"
[
  {
    "id": "https://digirati.com/balenciaga2/c1/annos",
    "type": "AnnotationPage",
    "items": [
      {
        "id": "https://digirati.com/balenciaga2/c1/annos/1",
        "type": "Annotation",
        "motivation": "layout-viewport-focus",
        "target": "https://digirati.com/balenciaga2/c1#xywh=300,300,400,400"
      }
    ]
  }
]

Where you can specify the "layout viewport focus" which will be used by the slideshow.

@stephenwf stephenwf added the 🚀 enhancement New feature or request label Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants