[Resolved] Edit featuredS SVG Image

Home Forums Support [Resolved] Edit featuredS SVG Image

Home Forums Support Edit featuredS SVG Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297105
    Clemens

    Hello There!
    I recently upgraded to Premium and I am quite happy. However, I watched the premium video about “Blog” you edit the featured image and change its position, resize it etc. I wanted to recreate it, however my image does not respond. It goes below or above the heading, but I cannot resize it, nor change the alignment.

    The picture I would like to incorporate is this logo saved in svg:
    https://de.wikipedia.org/wiki/Datei:R_logo.svg

    When I upload the picture and I want to edit it in the media library It says: Image data does not exist. Please re-upload the image. I did, I re-downloaded it from wikipedia, but the problem persists.

    Am I doing something wrong?

    #297234
    Tom
    Lead Developer
    Lead Developer

    It’s likely that the resizer GP is using doesn’t support SVG images.

    Instead of using the built in resizing tools, you would use CSS as SVG images are scale-able:

    For example:

    .post-image img {
        width: 300px;
    }
    #297263
    Clemens

    You were right, I tried a different fromat and it works.
    Thanks!

    #297383
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.