gavin310

Results 29 comments of gavin310

Ok well it seems like it was the case that there was some issues when `container` had scrolling. I think I fixed it though. It wasn't easy :) Here's what...

Sorry for a bunch of messages. Just want to add that there's some issues with my updates when the container is not a scrolling element. I'll post the fix when...

Hey @rockmandash thanks for response! Your suggestion would accomplish what I asked, but I didn't explain the actual scenario well enough. Sorry about that. The actual scenario is I'm programmatically...

@rockmandash Actually, I just noticed the `slider.next` function has this: `slider.moveToIdx(slider.track.details.abs + 1, true)` Do you happen to know off the top of your head if doing `slider.track.details.abs + x`...

@phpfui Thanks! Googling wasn't finding me any alternatives.

Thanks for the quick response. I'm actually seeing the "More videos" element when the video at https://plyr.io/#youtube is paused or ended. ![Image of Issue](https://image.ibb.co/nnXDRT/youtube.png)

You're right! In an incognito window it doesn't show up, and neither do any of the other annoying YouTube elements.

Thanks a lot for your help and suggestions. I'll poke around some more and see if I can figure anything out.

Wow thank god I found this thread because I was having a hell of a time getting POST requests to work. `$oauth2client->getHttpClient()->send($request, $options);` saved the day.

+1 for this. `object-fit` and `object-position` are extremely useful. I currently use Headless Chrome for PDF generation and using `object-fit: cover` turns the image into a PNG with a very...