Kevin Weber
Kevin Weber
Of course! Thanks for the heads-up :)
Hi Chris, I cannot reconstruct your issue: I set the timer to 10.000ms. Then it fired after 10 seconds. I closed it. Then moved my cursor out of the window,...
Hi Bear, this plugin doesn't support a custom height/width. If you want to change the height/width, you'll have to take the appropriate CSS classes from the video element and add...
Hi, thanks for your hint! I'm already using a "ready function" (https://github.com/kevinweber/wbounce/blob/master/frontend/class-frontend.php#L82). So I don't know what I should change to solve your issue. Feel free to send a working...
Hi @dcooney, thank you for reaching out! Making Ajax Load More compatible with this video plugin would be fantastic. I don't think what you need is already available. I'm happy...
Hi Jeff, that's a nice idea. I'm just not sure if that is worth the effort. 1. Caching the red Youtube button might be handled by the web browser already...
Sorry, I don't get it. Please give a more specific example, provide a link to a page where I can see that behavior, and, ideally, submit a pull request.
I plan to work on this in the next months by server-rendering the thumbnails instead of injecting it into the page using JavaScript.
You can check this part of the code: https://github.com/kevinweber/lazy-load-for-videos/blob/master/src/frontend/lazyload-vimeo/lazyloadVimeo.js#L19 And then the background size is being set based on the thumbnail type that was selected on the admin page: https://github.com/kevinweber/lazy-load-for-videos/blob/5e91dcd20dd8e3fd398289571186d7a153071002/src/php/static-styles.php#L66
@larssandergreen If you want to give it a try that would be great. I can't work on features right now but I'm happy to review & publish your change