CWoodward Posted October 16, 2023 Posted October 16, 2023 I have a portfolio website using the Jasper Jin template. I created the original website years ago and have been adding content since. For my projects, I've noticed hiring managers are confused. The problem: The first image is all that shows when you click on a project. It takes a good amount of scrolling before the next image animates/reveals giving the impression there's only one image, especially if your screen is not as wide. I want to turn this feature off so all the images populate right away. I cannot find that option in the site styles or project settings. Please let me know how to turn this feature off if you know how. Home page: https://woodward.design/ click any project Project page: https://woodward.design/revenue-hq
tuanphan Posted October 17, 2023 Posted October 17, 2023 You can add this code to Website Tools (under Not Linked) > Custom CSS to disable the effect div.project-slide { opacity: 1 !important; will-change: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lulu.lindberg Posted December 28, 2023 Posted December 28, 2023 (edited) @tuanphan do you know how I would adjust this for a form? On this page https://lg-option-c.squarespace.com/new-clients (password: fullreview), I find the fact that the form is not visible immediately could be confusing. Disregard! I figured it out from another comment of yours :) /*turn off scroll reveal on form*/ #block { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } Edited December 28, 2023 by lulu.lindberg tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment