Alexander Farkas
Alexander Farkas
@alepee Does this fix the bug or do you just want to change the code?
@alepee Yes, the current API I'm using is an old one, but you can say for sure that it will stay no one will remove it. The web is built...
@dryoma I still can not reproduce it, which makes fixing quite hard. @alepee has developed a more modern approach to dispatch custom events. You can grab his source code here:...
@alepee For me the explanation that it is facebook related is currently the best explanation. I thought maybe it is due to some special restrictions inside of the webview of...
https://github.com/aFarkas/lazysizes/blob/gh-pages/.github/ISSUE_TEMPLATE/bug_report.md
@vxrai First of all: I can not reproduce your observation that only a few images are transformed while others are not. Also your elements panel image doesn't show that. All...
First of all you can write this in a more ES6 like style: ```js import 'core-js/fn/array/find'; import 'picturefill'; import lazySizes from 'lazysizes'; import 'lazysizes/plugins/object-fit/ls.object-fit'; import 'lazysizes/plugins/blur-up/ls.blur-up'; Object.assign(lazySizes.cfg, { init: false,...
To be honest not really. Currently my macbook is broken and I currently wait and wait to get it fixed or a new one. About this issue itself it was...
@aaronstezycki I hope from my explanation above it is clear, that everything is fine with the browser caching. The only problem is that class is called like this. What is...
It's close to impossible to know what the problem is without a test case. I doubt that this is a frontend issue. My first guess is that you should check...