• Hello,

    Is there any way to make the image linkable to the external url in simple article view?

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel

    (@marceljm)

    Hi, @k360.

    That’s not possible. FIFU only provides the image URL to your theme/plugins. It isn’t able to insert HTML components to the image, such as a link.

    Changing the theme code, it would be possible. Example:

    <a href="...">
        <img src="...">
    </a>
Viewing 1 replies (of 1 total)
  • The topic ‘External image linking’ is closed to new replies.