Home Forums WoodMart support forum Moved: Reply To: svg size

Moved: Reply To: svg size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132346

    Chillmaster
    Participant

    I have had the same problem mit woodmart Theme. My graphic program writes into svg file following values:

    <svg 
    width="100%" height="100%"
    viewBox="0 0 369 53"

    The header builder or the theme does not accept these values. So you had to edit the svg file with a standard editor (e. g. notepad++ or pspad) and changes it to:

    <svg 
    width="369" height="53"
    viewBox="0 0 369 53"

    like it is also in the orignal file 🙂

    Maybe the header design does not say, in wich dimension the svg file should be presented? In the mediathek the 100% svg is automaticly resized to 100x100px. The edited svg file is at 369x53px.
    This is may the key to fix it 🙂

    #132365

    Hello,

    The SVG size is determined by the site owner and design. There is no any restrictions or recommendations.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)