Implement "halves" template for amp-story-grid-layer
See original GitHub issueA FR has come in for a halves
template that splits the screen into two equal sections, stacked vertically. This is akin to the thirds
template, but with two sections instead of three.
Not sure if there’s a better name for this; perhaps one that implies the vertical orientation of the sections.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Documentation: <amp-story> - amp.dev
The component itself implements the UI shell, including handling gestures and navigation, and inserting the application shell UI (controls, progress bar, etc).
Read more >Rahul's Blog
Feel free to use it or deploy your own. Rest of the tutorial will work with deploying this sample application.
Read more >logo requirements from client
Use this attribute to specify the delay before starting the animation. ... The AMP story HTML format follows the same markup requirements as...
Read more >AMP istorijos su React ! (React pavyzdys) - Artefaktas.eu
to log results (for example: reportWebVitals(console.log)). // or send to an analytics endpoint. ... AmpStoryGridLayer,. AmpStory,. AmpStoryPage,. AmpImg,.
Read more >Untitled
... 'amp-story-auto-analytics', 'amp-story-cta-layer', 'amp-story-grid-layer', ... |head|hidden|images|implementation|importNode|inputEncoding|insertBefore| ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Of course, please mention me on your PR! If you need a code pointer to get started, here’s where the
thirds
template are declared: https://github.com/ampproject/amphtml/blob/master/extensions/amp-story/1.0/amp-story.css#L311Sure! Thanks for the contribution!
@gmajoulet may be a good person to review the code