spee.ch
spee.ch copied to clipboard
for sharing links, add buttons with options for autoplay, looping, etc. and have the embedded
story: As a user who publishes a video, I want to be able to change the options on the video and have the html embed code change for me so I can adapt my video for my desired use without knowing html.
for sharing links, add buttons with options for autoplay, looping, etc. and have the html snippet adapt accordingly.
options to offer
- loop on/off
- autoplay on/off
- width size: 100% or ___ px
- iframe vs. html video tag
Acceptance Criteria
Definition of Done
- [ ] Tested against acceptance criteria
- [ ] Tested against the assumptions of the user story
- [ ] The project builds without errors
- [ ] Unit tests are written and passing
- [ ] Tests on devices/browsers listed in the issue have passed
- [ ] QA performed & issues resolved
- [ ] Refactoring completed
- [ ] Any configuration or build changes documented
- [ ] Documentation updated
- [ ] Peer Code Review performed
Twitter adds a ?autoplay=1
Possibly consider revisiting defaults for autoplay/loop/etc instead of offering meticulous checkboxes.