Eder Ribeiro

Results 15 comments of Eder Ribeiro

@evaleries great solution! Could you share the configuration inserted in your cloudflare worker? I tested it here just by creating one, and the default settings return me the 404 error.

Yes, the script is assembling the url correctly, [see here](https://wild-hat-82ef.rbbo.workers.dev/https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/175578828_291926832466819_4219020923555088031_n.jpg?tp=1&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_cat=107&_nc_ohc=69i8F7vymicAX-27trD&edm=ABfd0MgBAAAA&ccb=7-4&oh=475222df9a53f917313dc9f2060ec286&oe=60B1F1BE&_nc_sid=7bff83) Similar to your worker, but it seems to be missing some configuration within the cloudflare worker to not return the...

I change the lines: ``` if (_.options.vertical === false && _.options.variableWidth === false) { _.slideWidth = Math.ceil(_.listWidth / _.options.slidesToShow); _.$slideTrack.width(Math.ceil((_.slideWidth * _.$slideTrack.children('.slick-slide').length))); } ``` for ``` if (_.options.vertical === false...

@ahmadalfy can you check this? jQuery 4 completely removed support for the "$.type" and "$.isArray" functions used in slick's current code and this PR fixes them with their native equivalents.

The script is excellent, but I was bothered by this problem that causes a gap in the sidebar view when opening any modal, regardless of whether fitview is true or...