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
The tilt effect isn't working on mobile, even when I specify that I want the effect to work on mobile too, like this:
jQuery(document).ready(function ($) {
if ($(window).width() > 320) {
Is there another way to have it working on every device?
The text was updated successfully, but these errors were encountered:
The tilt effect isn't working on mobile, even when I specify that I want the effect to work on mobile too, like this:
jQuery(document).ready(function ($) {
if ($(window).width() > 320) {
Is there another way to have it working on every device?
The text was updated successfully, but these errors were encountered: