Mike7385 Posted July 10, 2023 Share Posted July 10, 2023 I was trying to add a drop shadow to my embedded videos on my main page. They worked fine on my desktop site but my live mobile site was glitching (every image seemed to "breathe") when I scrolled, and two videos in particular bled out the sides of the container and extended past the borders of the mobile screen. This is the code I using: .embed-block { filter: drop-shadow(5px 5px 8px #000000); } Any ideas on how to solve this? Thank you! Link to comment
tuanphan Posted July 14, 2023 Share Posted July 14, 2023 Hi, Can you share link to this page? 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
Mike7385 Posted July 25, 2023 Author Share Posted July 25, 2023 southshorentertainment.com I've since removed the drop shadows until I can figure out how to not make them glitch. Link to comment
tuanphan Posted July 26, 2023 Share Posted July 26, 2023 12 hours ago, Mike7385 said: southshorentertainment.com I've since removed the drop shadows until I can figure out how to not make them glitch. You can also duplicate the page & add code there, then we can check easier. To make the code apply on one page, add this code to Page Header <style> .embed-block { filter: drop-shadow(5px 5px 8px #000000); } </style> 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
Mike7385 Posted July 30, 2023 Author Share Posted July 30, 2023 Thanks, Tuan! I copied and pasted that code but got a syntax error on the first line where it says <style> Any ideas? Link to comment
tuanphan Posted August 1, 2023 Share Posted August 1, 2023 On 7/31/2023 at 2:17 AM, Mike7385 said: Thanks, Tuan! I copied and pasted that code but got a syntax error on the first line where it says <style> Any ideas? Add it to Page Header of duplicate page. Do Not use code in Custom CSS box. 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
Mike7385 Posted August 2, 2023 Author Share Posted August 2, 2023 OK, I think I did that right. Here is the URL: southshorentertainment.com/main-1 Link to comment
tuanphan Posted August 3, 2023 Share Posted August 3, 2023 Hi, It looks fine to me (Samsung/Android) 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
Mike7385 Posted August 10, 2023 Author Share Posted August 10, 2023 @tuanphan If you scroll past the skidee video, the edges "breathe" on my iphone. Not sure if you're seeing the same issue on your platform. Link to comment
tuanphan Posted August 12, 2023 Share Posted August 12, 2023 On 8/10/2023 at 9:51 AM, Mike7385 said: @tuanphan If you scroll past the skidee video, the edges "breathe" on my iphone. Not sure if you're seeing the same issue on your platform. Maybe problem appears on iOS only, it works fine on Android Mike7385 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment