Paul Batts

Results 44 comments of Paul Batts
trafficstars

@o-l-e Btw, love your snippet.

@o-l-e I have emailed @kolber and asked if this is something he would be interested in and if he would consider my above suggestion a viable solution and, if so,...

@mjau-mjau Definitely looking forward to seeing what you've cooked up.

All, @kolber has created a new repo for a Snippets Wiki. View it here https://github.com/kolber/Stacey-Snippets/wiki Enjoy.

@mjau-mjau ajax panel looks awesome.

This functionality is not available in 3.0. You can hide empty "Next project" and "Previous project" links on the last and first project pages. Here is a link. https://github.com/kolber/Stacey-Snippets/wiki/Hiding-Empty-Next-project-and-Previous-project-links

Stacey has not been abandoned. There is still an active community. See conversation here. https://github.com/kolber/stacey/issues/131#issuecomment-70024728 The /e modifier issue was fixed Jul 19, 2013. Look here. https://github.com/kolber/stacey/commit/52804679bf7a9a1d1227737ba0340e84a7c7e5e0 You have an...

Hello, I am not familiar with Nuxtjs. I have been using SiteSucker for years to generate a static version of my sites. I have recently been considering another app for...

Let us know how it goes.

For a single image I can use CSS to resize the image with the size of the window with: ``` img { max-width: 100%; height: auto; } ``` But no...