Jeavon

Results 54 comments of Jeavon

If debug=false which it must be for the VPP to be executed then I can't hit a break point in my custom VPP provider code?

@RachBreeze I think perhaps you have targetted the wrong base branch?

Blobs are case sensitive so I wonder what issues the 301....?

@caterwomtious interesting so Forms uploads to the standard media folder? This would be an issue even if UmbracoFileSystemProviders.Azure wasn't in use?

@StuartPaterson I just had a check on a vanilla v8.17 and the installer was fine and presented me with the fields to fill in. I suspect that maybe you have...

@RakeshKumar04 sounds like you are missing a sizing of the img via css, there is info here about it https://github.com/aFarkas/lazysizes#more-about-the-api

Hey Craig, If you are using the Picture Helper then I think like this ``` C# @inherits UmbracoViewPage @if (Model.value != null) { var udi = Model.value.udi.ToString(); var item =...

SlimsyHelper is a Razor helper, you can copy if from https://github.com/Jeavon/Slimsy/blob/dev-v3/TestSite/App_Code/SlimsyHelper.cshtml to your own App_Code folder if you want to use it. Or maybe you already have your own Razor...

That looks good @craigs100 All working? The problem with a method for this is that not all grids are implemented the same. Having this example is good though. Perhaps we...