ohbob

Results 25 comments of ohbob

> Then inside the layout, try getting the page data from there I'm not really following on how i can do that. An example would be appreciated.

You can serve the 10px placeholder from jpg and that's that. As the rest of images in the image tag will go trough the srcset check and will drop unsupported...

Hello, thanks. I've started to tinker with external URLs, if you take a look in https://github.com/ohbob/svelte-responsive-images/blob/master/lib/imageOptimizer.js you will see the code for that. enable got and ExternalImage(url) use ConvertExternal(url), hope...

is there any solution to this problem? I'm having the same issue, but i'm using snap.

hey guys how is the work going on this one? Found out about the library, looks sweet but needs update to the latest version!

ps: is there a way to hide the initial controls? I would love to show them only when I press the play icon.

> To change how the Plyr instance works you'll have to refer to the [plyr documentation](https://github.com/sampotts/plyr) > > Could you put your code into an example repo so I can...

had to use this to get the player working btw. svelte-plyr/src/plyr.scss `@charset "utf-8"; @import "../../plyr/src/sass/plyr.scss"` the import that was in the file didn't work `@import "../node_modules/plyr/src/sass/plyr.scss"`

I had the plyr installed via npm install plyr, the directory was in the nodes, but for some reason i could not resolve it, so this way at least i...