Laurence Cope
Laurence Cope
Thats great you updated the example to one which can work now, and is easier, thanks for that. Although StepZen looks to be an online 3rd party GraphQL generator as...
No we abandoned this. I realise things like this are just too complex sometimes, I am a web developer and wasting too much time on it. I figured out you...
The image url has preview in it, something to do with this? /index.php/apps/gallery/preview/2891?c=d40be047c53b2d2d412948e932d46b5f&width=1300&height=1300&requesttoken=CEBZFgUPKQIAAjMORQETFwscCBgdawcoB0QEImVyLBI%3D%3AG06nr8axyjAg1DyY8%2FQO6YAJJ1cvRBFkjro6uoWGjLI%3D I dont want preview, I would like the full image. Thanks.
But that should be my choice not the system? I am using a gallery to showcase designs we did, and they are all blurry/pixelated. If I wanted to send low...
no worries, there are a few issues I am having ( I modified your script to add an email in a folder rather than a flag). If I fix them...
I dont think this is specific to Dolibarr. I have no idea what Dolibarr is, but when I run a standard mysqldump on my Drupal database, it adds this to...
This is possible in an older version. Works for me swiper@8 then stops swiper@9 `` ``` ``` ``` pagination: { el: '.swiper-pagination-left, .swiper-pagination-top', clickable: true, renderBullet: function (index, className) {...
Adding this to the top works for me: ``` if (typeof jQuery.browser === 'undefined') { jQuery.browser = {}; var ua = navigator.userAgent; jQuery.browser.mozilla = /mozilla/.test(ua) && !/webkit/.test(ua); jQuery.browser.msie = /MSIE|Trident/.test(ua);...