Questions tagged [stellar.js]

A jQuery plugin that provides parallax scrolling effects to any scrolling element.

A jQuery plugin that provides parallax scrolling effects to any scrolling element.

Userful links:

76 questions
2
votes
2 answers

Parallax images blurred/V. pixelled on iphone. Need CSS hint

I am working on a website and have run into a problem. The background images look really pixellated on iphone screens. This is the HTML I am using
2
votes
1 answer

How do I disable stellar.js for safari browsers?

I am using stellar.js for this website - www.jaisalmera.com - how do I disable the parallax for safari and internet explorer browsers? I have already disabled it for mobile devices with this - if ($(window).width() > 800) { …
1
vote
0 answers

Work with Stellar Network : How can I check the balance for each account using node.js and mongo.db

``I workk with stellar network , I create an account with stellar laboratry and node.js,in the begin I save the data in Json file and everything works perfectly but now I want to save it into the database, the signup function work correctly but…
Sophia
  • 11
  • 2
1
vote
3 answers

How to run docker application over a secure server using letsencrypt?

Need to start Horizon server over a secure network. Using this github repo https://github.com/stellar/docker-stellar-core-horizon Following README doc I tried, docker run --rm -it -p "8000:8000" --name stellar stellar/quickstart…
NAVIN
  • 3,193
  • 4
  • 19
  • 32
1
vote
0 answers

Stellar.js remove white space top bottom

I use Stellar.js for parallax effect in a website a develop and I have unwanted white space at the bottom (and at top on my real website) when I scroll down. How can I remove this white space? My stellar code initialisation: $('body').stellar({ …
Myriam Lefebvre
  • 113
  • 1
  • 12
1
vote
0 answers

stellar.js breaks the responsiveness of background image and how to resolve it?

I have a pretty large background image (1920x1080) on my site that works responsively until I add the stellar.js. For the background image I have this css rule: .about { background-image: url(../img/portfolioheroimage3-2.jpg); …
Dawei
  • 87
  • 1
  • 4
1
vote
0 answers

Stellar.js - multiple backgrounds inside one element

I'm trying to use Stellar.js as multiple backgrounds inside of single element such as content. Anything that I've tried not working at all.. Default output look like this: .photo { background-attachment: fixed; background-position: 50%…
RedEclipse
  • 123
  • 2
  • 11
1
vote
0 answers

Stellar.js Parallax Background with translate3d not working right in Firefox

I am using a Wordpress theme which includes various JS libraries, including jQuery and the Stellar.js plugin. In Firefox 49.0 the background images where the parallax effect is applied, appear with some kind of a wrong vertical offset and are…
1
vote
0 answers

Can't get stellar.js working

So I've been trying to create somekind of 1 page layout website with parallax scrolling and smooth animation navigation. So far, the smooth animation is working fine but the problem comes in when creating the parallax scrolling for background…
H. Juho
  • 37
  • 5
1
vote
1 answer

2 DIVs Parallax Scrolling

I'm searching for a way to scroll 2 div container of different height, placed on top of each other, with a parallax effect. I found that probably stellar.js will do the trick for me but I can't get it to work in that…
Joe Hana
  • 13
  • 3
1
vote
0 answers

How to disable Stellar.js on window resize?

I've used Stellar.js to create parallax movement for full window sizes. I tried wrapping the script in an if statement to detect window size but that doesn't seem to work. How do I disable it when the window size is lower than 1600px? Thanks so…
user3663071
  • 255
  • 4
  • 14
1
vote
1 answer

background-image is not showing correctly on mobile devices using stellar.js

Hi guys I'm using stellar.js and it is working quiet well for desktop devices. But on mobile devices the background-image will be displayed only a part of it. It is not showing the whole image but the left corner of the image. The problem must be…
Naratil
  • 13
  • 4
1
vote
1 answer

anchor links not working in stellar.js parallax using iScroll

I have implemented parallax on a website by following the tutorial posted on the below link which uses stellar.js and iScroll for mobile : http://markdalgleish.com/2012/10/mobile-parallax-with-stellar-js/ Everything looks good and parallax also…
SUB0DH
  • 5,130
  • 4
  • 29
  • 46
1
vote
0 answers

How to install stellard on a server with integrate design?

I want to install stellard on my server. I download the stellard from github directory, here is link. Now I want to install and implement the design. I want step by step procedure to install like all configuration and database setup, etc. So how can…
1
vote
0 answers

stellar.js window resize fails on responsive parallax elements

I am using jQuery and stellar.js. On window resize stellar.js should reload the position, but it doesn't do anything. I already used: $.stellar({ responsive: true }); Here is my demo trial: http://www.webgarten.ch/responsive/