Mike Bundy
Mike Bundy
@Bellezze Not sure that removing web.config from the media folder is the right thing to do there, as I think there is a handler that need to be inserted either...
The 'cache' container (or whatever you want to name it) is used for storing cached media crops created by ImageProcessor, if you have the AzureBlobCache plugin installed, to reduce the...
Is your local environment working with UmbracoFileSystemProviders.Azure enabled ?
I suspect that this discussion is more appropriate of the OurUmbraco Forum than as a GitHub Issue, but if it's installed and working, then I'm not sure what your problem...
Thanks for the quick response. I initially just wanted to know if the basic html implementation above, is correct, and should be expected to work. I'm assuming that I'm doing...
Chrome DevTools is frustrating in this regard, when trying to check network loading of responsive srcset selection. In my experience, it won't load from a srcset at all if using...
Actually, the problem appears to be wider than just the plugin, and extends to general use of jquery.scroll() event, which this plugin also uses. I have other code relying on...
Ok, I'll try to find some time to do that, and see if I can repro in a simple example. As you might imagine, my working application is quite complex,...
I see - I seem to recall that scroll events don't bubble-up - so I assume that's why the document and window scroll events don't fire, as scrolling the entire...
Sorry for the delayed reply - I've been tied up on a project - rent to pay and all that, Changes to Waypoints are helpful, thanks, but unfortunately doesn't address...