Kenyon Kowal

Results 13 comments of Kenyon Kowal
trafficstars

did you find a solution? Did you try breaking BigVideo js files/dependencies out of grunt and into just linked scripts? I was have a similar issue and I ignored them...

@jeremyzahner would love to see what you got!

I'm running into a similar problem. I have 1:1 square thumbnails, but want the HD image to respect the dimensions of the actual image. Instead when clicking the thumbnail, I...

Looks to be an issue with `svgr` Fixed with: ``` npm i @svgr/webpack -D ``` ``` # added to package.json "overrides": { "@svgr/webpack": "$@svgr/webpack" },

@andreatorre So there's probably a better way of doing this, but here it is on multiple items. http://codepen.io/knynkwl/full/gvCpn/

Is there a reason or server config that would be disabling the redirect?

We are hosted on Acrustech, and I'm just using MAMP as my local ENV.

Hey coming back to this. On our staging site, I am getting: ``` 400 Invalid data received for parameter "eventValue". ``` Is there something I am doing wrong? I am...

Using `push: false` is not really an option if you are adding new fields. I suppose we will need to wait until this is out of beta. 😄

Kinda bonkers this isn't a baked in feature tbh. Being able to select multiple images is a necessity for any CMS imo. This, on top of not being able to...