-
-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Description
Hi
I just installed website_anchor_smooth_scroll and website_snippet_anchor.
Since then smooth scroll is working very well on text links, but image links do not work anymore (nothing happen on click).
The link itself is exactly the same:
Image link:
<a href="#anchor1" data-original-title="" title="">
<img class="img img-responsive" src="/web/image/1222" alt="" data-original-title="" title="Image link"/>
</a>
And text link:
<a href="#anchor1" data-original-title="" title="">Text link</a>
The anchor is set to the section tag:
<section class="s_big_picture bg-gray-darker mt0" style="" id="anchor1">
[...]
</section>
The link works when I use the full address, like <a href="/page#anchor1"><img/></a> but then the smooth scrolling do not work.
Any idea how to solve it?
Thanks
Reactions are currently unavailable