Skip to content

[10.0] [website_anchor_smooth_scroll] Smooth scroll link broken on images #406

@Kazebayashi

Description

@Kazebayashi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions