stepanjakl
stepanjakl
Okay boys, I hacked it. ``` barba.init({ timeout: 5000, // test with a value of 200 for example requestError: (trigger, action, url, response) => { if (action === 'click') {...
Hi guys, I needed to load inline scripts on each Barba transition. Inspired by @evankford, I came up with the solution below. Also related to #485. ``` window.Barba.currentInlineScripts = []...
+1 to get this merged
UPDATE: Having ImageMagic installed did not make a difference
@boutell Hi, I just used the [boilerplate](https://github.com/apostrophecms/apostrophe-boilerplate) with the below settings in the `app.js` – I can confirm, it is still the case ``` 'apostrophe-attachments': { svgImages: true, fileGroups: [...
@abea I see, I think that it would make sense to have an option to upload images without any optimisation or generation of various size versions. Sometimes, the user (or...
Thank you for looking into this guys. @boutell Yes, now I realize that this ticket definitely belongs to the `uploadfs` repo. I have been going through the source code of...
Here are some fun photos for testing: [images.zip](https://github.com/apostrophecms/apostrophe/files/6729512/images.zip)
@boutell Really, images don't work without the autorotation on the web? I have never heard about it. There was never a need for me to update any metadata to use...
@boutell Ahh, interesting.