Site logo

Archived topic

Edit featuredS SVG Image

3 replies · Started by Clemens on March 25, 2017

Viewing posts 1–4 of 4

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?

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;
}

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

You're welcome :)

This archived topic is closed to new replies.