Antuan
Member since May 31, 2018
- Profile: /members/13754-antuan.htm
- URL: https://eltocadordecarlota.com
- Comments: 8
Recent Blog Comments By Antuan
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Mar 16, 2019 at 4:19 AM
The carousel allow you to specify the number of visible items per page. If I configure the carousel to show 5 by 5 items, it fails as I have described. If I configure whatever other number (have already tried with 3, with 4, with 2, with 6), the intersection observer works like a charm. Pro... read more »
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Mar 14, 2019 at 3:45 AM
HELP!!! I'm trying to make this code work on my online stores. It works like a charm on chrome, except if it's in combination with an angular carousel library (ngx-owl-carousel-o). I mean, images inside the angular carousel do not work The weird part is that, trying lot of stuffs one day I... read more »
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Mar 8, 2019 at 2:58 AM
Sorry, it works on Chrome, but not on Safari. I think that IntersectionObserver is not supported on Safari.... read more »
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Mar 8, 2019 at 2:37 AM
hi, Your example in your demo page does not work on my safari (12) nor on my chrome on my supercool new generation MacBook Pro. It loads all images at once. What's wrong? Thank you in advance Antonio... read more »
-
Creating A Jump-To-Anchor Fragment Polyfill In Angular 5.2.0
Posted on Nov 30, 2018 at 8:21 AM
btw, website El tocador de Carlota is on top of the Angular 7, not sure if I had to update anything but I think your code work as it on top of Angular 7 (except for the click twice issue)... read more »
-
Creating A Jump-To-Anchor Fragment Polyfill In Angular 5.2.0
Posted on Nov 27, 2018 at 11:56 AM
Just for your information, when I posted my question on this thread I was developing this store in Angular: https://eltocadordecarlota.com On product pages I show a few bullets and the typical read "more link", and I needed the jump-to-anchor to move the user to the more informa... read more »
-
Creating A Jump-To-Anchor Fragment Polyfill In Angular 5.2.0
Posted on May 31, 2018 at 2:00 AM
I thinks the issue is due to the piece of code with the rice condition comment. The one with the timeout. If I try a few combinations, it works, it doesn't and so... Did you know what's wrong with this piece of code? Thank you in advance Antonio... read more »
-
Creating A Jump-To-Anchor Fragment Polyfill In Angular 5.2.0
Posted on May 31, 2018 at 1:33 AM
@Ben @Mark, Great piece of code, however it works the very first time you click on an anchor link. The second time it got to the choopppperrrrr! I mean, it doesn't work at all. Even if I go to another page, so the url changes and the anchor part disappear, go back to the same page and click again, ... read more »