hibbitts-design / grav-theme-quark-open-publishing

A customized version of the Quark theme with Git Sync and 'chromeless' mode support.
http://demo.hibbittsdesign.org/grav-open-publishing-quark/
MIT License
21 stars 13 forks source link

Small clickable images are not being displayed #20

Closed elfrinjo closed 5 years ago

elfrinjo commented 5 years ago

When using a small image (< 33px) as a link, the image is not being displayed.

This works: [![Somewhere](logo.svg?resize=33,33)](https://somewhere.com)

This does not work: [![Somewhere](logo.svg?resize=25,25)](https://somewhere.com)

paulhibbitts commented 5 years ago

Hi @elfrinjo , thanks for reporting the issue. When you say it works in Quark do you mean that the same site (with same plugins etc) with Quark as the Active Theme displays the images? I do not recall making any changes to how images are handled except I do use at least one Plugin related to images (i.e. Image Captions). Could you post here (or DM me in the Grav Discourse chat - https://discord.gg/NS6Y3K2) your user folder with a working example of the issue?

elfrinjo commented 5 years ago

Hi @paulhibbitts , thanks for hinting the plugins!

As it turns out, the External Links plugin caused my problem (which is quite expectable when reading the description properly) Deactivating solves it.

paulhibbitts commented 5 years ago

Great to hear you got things sorted!