Nikita

Results 80 comments of Nikita

Hi @animald. I tested a lot with Absolute and Fixed positions, but eventually gave up. Some of IE works better with Absolute, some with Fixed, on different PCs backgrounds behave...

Hey. Yes, something wrong with Vimeo. Added Vimeo video for testing purposes here - https://codepen.io/_nK/pen/GQyvdZ?editors=1010

You need to run it on your server. Vimeo for some reason is not working when you run HTML locally. I know about Vimeo API errors in console, but I...

Hi @ColoradoWebGuy, You can set the image like in simple jarallax. In this way the thumbnail will not be loaded from the Vimeo video. ```html ``` And it will be...

If you use any AD blocking browser extension, this may be the reason. For me, this error pops up from time to time. I don't know why exactly.

Hey. Thank you. Created a Codepen example https://codepen.io/_nK/pen/ExVqXZd?editors=0110 B problem

Hey. I don't see such an error: ![image](https://user-images.githubusercontent.com/14810891/153596473-ee12c06c-d46b-4aac-afbf-2c0f56347f2b.png)

Hi Alex. We are using the only img tag with Jarallax. If you have any fix for background images, feel free to make PR https://github.com/nk-o/jarallax/pulls Regards, nK.

I'm not sure I will try to fix this for mobile Firefox browser since it is not popular at all. But feel free to make PR if you have a...

Hi. I have checked it with our code. The problem with this line: ```javascript self.css(self.$item, 'background-position') !== '0% 0%' ``` I understand for what this check, but if we will...