• Resolved mrmut

    (@mrmut)


    The plugin is phenomenal. Work quite reliably.

    A question regardin Retina support when using bitmap images as menu icons -> is it possible to “compress” image size by duble by default?

    Meaning, if displayed image size is say width:100 height:10, and actual 200 and 20, than I would have simple retina support.

    Currently images are shown 1:1, which looks great on normal creens, but sucks on Retina and mobile devices.

    Thanks

    https://www.ads-software.com/plugins/menu-icons/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Menu Icons doesn’t support this by default. Although, you could add a simple css to your theme, or by using a plugin:

    .menu-item img {
      width: 100px;
      height: 10px;
    }
    Thread Starter mrmut

    (@mrmut)

    Thaks.

    Do you plan to add support for high res images in the future?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bitmap retina support’ is closed to new replies.