CharlieHNZNeu21 Posted April 10 Posted April 10 Hi there, I'm keen to make each team member's avatar switch to an auto-playing/looping live video avatar on mouse hover. Grid of team members on Who We Are page here: https://www.neu21.com/who-we-are An example of one of these "live avatars" can be found on this profile page for Gus: https://www.neu21.com/gus-balbontin-neu Really keen on the most simple solution. Cheers!
tuanphan Posted April 13 Posted April 13 Change to video is complex, you can consider using Gif instead, we can give you code 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!)
CharlieHNZNeu21 Posted April 14 Author Posted April 14 That works! What would that code be @tuanphan?
tuanphan Posted April 18 Posted April 18 On 4/15/2024 at 5:32 AM, CharlieHNZNeu21 said: That works! What would that code be @tuanphan? For example this image to change it to another image on hover, you can use this CSS code to Website > Website Tools > Custom CSS div#block-d0c3ea0d1396e090325e:hover img { content: url(https://cdn.pixabay.com/photo/2021/04/05/04/21/ao-dai-6152101_1280.jpg); } Replace Pixabay image with your gif image url div#block...5e is Image Block ID. You can use this free tool to find ID https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment