Colir
Colir
Hi. Thanks for this lib. it's working very well. However, i suggest one change for make it working on IE10 Change the use of "dataset" by getting directly the attribute...
Hi. I'm looking for a way to add an offset when scrolling down to my section. I've a fixed header, so my differents section's height is 100vh - header.height(). Is...
Hi. Since this project is UNMAINTAINED, did you know if there are an alternative to this great plugin ? thanks
Hi It appear that the attribut 'jpeg_quality' it isn't used in the wp-thumb class. ex : $image_url = wp_get_attachment_image_src($img_id,'width='.$atts['width'].'&height='.$atts['height'].'&crop=true&jpeg_quality=50'); This doesn't affect the quality. To work correctly, i've added this...
Hi. After retrieving a WP's database online, and setting up this one in my localhost, WP Thumb try to get image from cache with this url: locahost/upload/cache\/folder-image/image.jpg As you see...
hello. This line give me an apache error in my log when duplicate website in a multisite install using ICPO `$hicpo_network_sites = get_option( 'hicpo_network_sites' );` This append since wp 4.8.2......
Hi, i made a simple call of scroll monitor like this `import 'scrollmonitor'` but as soon as the module is load (webpack compile), i've got an error `document.body is null`...
Hi, can we hope to see options to configure SVGO params ? I'love all the param set to lossy config, except "removeViewBox". Thank you.
A Demo
Hi. I'm interest in your project, but can it be possible to have an online demo before download it ? thanks
Hi, i 'm searching a solution to re-init the scroll position after removingOverscroll. I've a div which use overscroll, and which is sometine display and sometine not. When i hide...