Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Firefox won't scale svg image properly

  • 6 відповідей
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від preben_n

more options

On the page parakletos the svg image does not scale correct with Firefox. The image scales correct with both Chrome and Edge, where it scales to full screen in all screen sizes.

The site is build with Adobe Muse and I have used the Muse widget called "slideshows - fulle scree" for the svg image.

/preben

On the page parakletos the svg image does not scale correct with Firefox. The image scales correct with both Chrome and Edge, where it scales to full screen in all screen sizes. The site is build with Adobe Muse and I have used the Muse widget called "slideshows - fulle scree" for the svg image. /preben

Змінено preben_n

Обране рішення

Problem solved. I saved the image as SVG without a mark in the "set viewbox" option, and then used that SVG in the Muse widget "slideshows - full screen".

Thank you

Читати цю відповідь у контексті 👍 0

Усі відповіді (6)

more options

Can you post screen shot from both Browser so someone can see what is happening?

more options

On mine, the SVG element has

width x height = 1536 × 1913.02

It's much too tall.

I don't know enough about SVG to advise on how to handle this, but I experimented.

If I add this to the img element, it is centered and sized to fit:

style="width: 100%;height: 100%;"

If I add this to the img element instead, it is left-aligned and sized to fit:

style="max-width: 100%;max-height: 100%;"

more options

If I use the English page then I see a margin-left:520px; rule that causes weird effects (small image in the top right corner). If I disable that rule then the image shows the same as the Danish version in Firefox.

#u296015 {
 z-index:5;
 display:block;
 /*! margin-left:520px; */
}
more options

Thank you all.

I do not know how to read and write the code. I only know that the image behaves differently in Firefox-browser on the one hand, and Google- and Microsoft-browser on the other hand.

For example if I use the resizer tools on -

https://material.io/tools/resizer/#url=https%3A%2F%2Fparakletos.dk

and

http://quirktools.com/screenfly/#u=http%3A//parakletos.dk&w=1024&h=600&s=1

- then the image resizes very differently in Firefox-browser and Chrome-browser, and I do not know why.

more options
more options

Вибране рішення

Problem solved. I saved the image as SVG without a mark in the "set viewbox" option, and then used that SVG in the Muse widget "slideshows - full screen".

Thank you