CPatrick79 Posted March 5, 2023 Share Posted March 5, 2023 Hi, I've been trying to implement this code to allow an embedded scrolling image on my portfolio site. But not having any luck...I think this is not compatible with the fluid engine? I've been able to implement a number of css customizations, but would like to be able to present a website that was designed without having to post video of the site being walked through. Here is my site: www.chrispatrickcreative.com #PASTE-BLOCK-ID { height: 500px; max-width: 80%; margin:auto; width: 100%; overflow-y:scroll; overflow-x:hidden; filter: drop-shadow(2px 22px 40px rgba(0,0,0,.3)); @media screen and (max-width:767px) { height:200px; } } Link to comment
CPatrick79 Posted March 5, 2023 Author Share Posted March 5, 2023 Here is the page I'm trying to implement this in.... https://www.chrispatrickcreative.com/missio Link to comment
tuanphan Posted March 6, 2023 Share Posted March 6, 2023 Hi, Do you have an example? 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!) Link to comment
CPatrick79 Posted March 7, 2023 Author Share Posted March 7, 2023 On 3/6/2023 at 4:48 AM, tuanphan said: Hi, Do you have an example? Hi yes here is where I found the original code.... https://www.squarestylist.com/blog/scrollable-website the block id is #block-yui_3_17_2_1_1678024613609_6588 Looks like this code may need to be adjusted for Fluid? Any help is appreciated. Link to comment
aunderwood Posted February 22 Share Posted February 22 Did you come to a resolution for this? I've been trying to figure it out also! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment