Jump to content

Retina Logo Not Supported


Greenman

Recommended Posts

It doesn't seem that a retina logo is supported natively in IPS. 

The best option would be to support SVG files and then there wouldn't be an issue

Unless I am missing something, there is no way to set the size and if you use an @2x image it displays at double size (for obvious reasons).

Any ideas . - seems weak these days when retina is fairly standard (especially on mobile) and expected.

Thanks, Si

Link to comment
Share on other sites

4 hours ago, Greenman said:

Unless I am missing something, there is no way to set the size and if you use an @2x image it displays at double size (for obvious reasons).

You can set the size in your custom.css file. That's how it's done on this site:

#elSiteLogo {
    height: 30px;
}

 

4 hours ago, Greenman said:

The best option would be to support SVG files and then there wouldn't be an issue

That would be possible for you because you can amend your logo template and so change

<a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a>

to

<a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src='{setting="base_url"}path/to/file.svg' alt='{setting="board_name" escape="true"}'></a>

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...