Tagged: image with hotspots
Hello. I’m not sure if something changed with 4.3.1, but I followed some previously-provided steps to get this to work, with no joy. Here are my steps.
1. Anchor – Created Color Section and gave it an ID of #root-of-it-all
2. Full Width – Added the Image w/ Hotspot to the Color Section
3. Full Width – Added the following code to the stylesheet
#root-of-it-all .container, #root-of-it-all .av-hotspot-container {width: 100% !important;}
#root-of-it-all .av-hotspot-container img {width: 100% !important;}
This is happening on the home page. Info in private area. Thank you!
Good to go. Here was the final CSS.
#root-of-it-all .container { max-width: 100% !important; padding: 0; margin: 0; }
#root-of-it-all .av-hotspot-container img {width: 100% !important;}
Hi,
Glad you figured this out and thanks for sharing your solution :)
Best regards,
Vinay