You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to add a big image and it didn't resized properly was zoomed and pix-elated.
added the following to parallax.directive.ts
bgObj.style.backgroundSize = "cover";
at line 38 after
bgObj.style.background = "url(" + _img + ")";
works perfect now.
The text was updated successfully, but these errors were encountered:
tried to add a big image and it didn't resized properly was zoomed and pix-elated.
added the following to parallax.directive.ts
bgObj.style.backgroundSize = "cover";
at line 38 after
bgObj.style.background = "url(" + _img + ")";
works perfect now.
The text was updated successfully, but these errors were encountered: