-
Notifications
You must be signed in to change notification settings - Fork 384
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
Add caption support to the Gallery block in <amp-carousel> and fix displaying Gallery block as carousel in WP 5.3 #3285
Commits on Sep 17, 2019
-
Add caption support to the Gallery shortcode and block in <amp-carousel>
For images in a gallery that have a caption, display them when in an <amp-carousel>.
Configuration menu - View commit details
-
Copy full SHA for 2fab3b9 - Browse repository at this point
Copy the full SHA 2fab3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0b2fd - Browse repository at this point
Copy the full SHA 0b0b2fdView commit details
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c5f0040 - Browse repository at this point
Copy the full SHA c5f0040View commit details -
Revert "Add a 'scrim' at the bottom of the carousel, using amp.dev as…
… an example." This reverts commit 0b0b2fd.
Configuration menu - View commit details
-
Copy full SHA for a6fec8c - Browse repository at this point
Copy the full SHA a6fec8cView commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for af5b86d - Browse repository at this point
Copy the full SHA af5b86dView commit details
Commits on Oct 25, 2019
-
Taking cues from the Newspack Carousel, improve captions
It looks like this is working well with the Core themes Twenty Fifteen through Twenty Nineteen.
Configuration menu - View commit details
-
Copy full SHA for f034593 - Browse repository at this point
Copy the full SHA f034593View commit details -
Attempt to fix failed PHPUnit tests in PHP 5.5
Instead of modifying the ->textContent property, create a new text node, and append it to the <span> node.
Configuration menu - View commit details
-
Copy full SHA for e52a3ea - Browse repository at this point
Copy the full SHA e52a3eaView commit details -
Rename $div to $slide, as it's more descriptive
It's actually a slide in the <amp-carousel> Also, add a comment, and remove an extra newline.
Configuration menu - View commit details
-
Copy full SHA for 19d8af7 - Browse repository at this point
Copy the full SHA 19d8af7View commit details -
Move position: absolute to the top of the style rules
This is more important than text-align: center.
Configuration menu - View commit details
-
Copy full SHA for d4dd0a3 - Browse repository at this point
Copy the full SHA d4dd0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03adbd9 - Browse repository at this point
Copy the full SHA 03adbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a202971 - Browse repository at this point
Copy the full SHA a202971View commit details -
assets/css/src/amp-default.css 76:37 ✖ Expected double quotes string-quotes Simply change the ' to ".
Configuration menu - View commit details
-
Copy full SHA for e8ffb78 - Browse repository at this point
Copy the full SHA e8ffb78View commit details -
Account for galleries that only have a lightbox
In that case, I think the sanitizer should still run. This could still use more testing.
Configuration menu - View commit details
-
Copy full SHA for 7f7f5ca - Browse repository at this point
Copy the full SHA 7f7f5caView commit details -
Refactor the contains() query with Weston's suggestion
Though maybe this isn't applied as intended.
Configuration menu - View commit details
-
Copy full SHA for 9af22c8 - Browse repository at this point
Copy the full SHA 9af22c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19b89a - Browse repository at this point
Copy the full SHA a19b89aView commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f0fd39 - Browse repository at this point
Copy the full SHA 0f0fd39View commit details