본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

All images on my website have suddenly become 'squared', but only on Firefox!

  • 4 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: Will

more options

In the last couple of weeks (roughly since the last Firefox update), all of the images on my website have changed to square aspect ration (1:1). They used to display fine but not any more, and this only happens on Firefox - other browsers display the site correctly. See attached screenshot.

It is a Joomla website with YooTheme template. You can see it here: https://eternallovestory.com

I've tried everything on the website end to fix the issue but nothing I do has any effect. Does anyone have any ideas what's gone wrong? Thanks in advance!

In the last couple of weeks (roughly since the last Firefox update), all of the images on my website have changed to square aspect ration (1:1). They used to display fine but not any more, and this only happens on Firefox - other browsers display the site correctly. See attached screenshot. It is a Joomla website with YooTheme template. You can see it here: https://eternallovestory.com I've tried everything on the website end to fix the issue but nothing I do has any effect. Does anyone have any ideas what's gone wrong? Thanks in advance!
첨부된 스크린샷

선택된 해결법

You could file a bug report using the Bugzilla platform. This will go straight to the Firefox developers so that they can investigate the issue and work on any possible fixes for future versions.

If you choose to file a bug report, please post the bug ID number or a link to the bug report so that anyone who finds this support thread can track the progress of the issue.

Thanks.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

It's something to do with the mask-size: 100% 100%; rule that you have applied to the .tm-mask-default element. Disabling that rule fixes the images in your screenshot, but does create issues on other images on your box.

It appears to be that the 100% mask-size is not determined by the size of the image, but rather the size of your mask image. Since your mask image is a square, Firefox crops it to a square.

You can change it to mask-size: cover;, but that will mean that the border doesn't appear on one size of the image. It looks like the mask-border-repeat: stretch; may eventually be introduced to address the issue, although it doesn't seem to work at the moment.

It's important to note that CSS masks are an experimental feature and my not be fully supported on all browsers. My recommendation is to exclude the mask property for now.

글쓴이 Wesley Branton 수정일시

more options

Thank you for such a detailed dive in to the issue. Is there a way this can be escalated to the development team as if it's an experimental feature, they probably want all the real-world data they can get when a feature fails. Plus it only stopped working with the last Firefox update so it might point them toward exactly what changed to cause this bug where the previous version worked fine.

I would really like to keep the masks in place as they lend so much extra 'style' to the pages, and they work fine on every other browser (except Edge which doesn't even try to support them).

Thanks again, and please let me know if there is any way to escalate this to the dev team.

more options

선택된 해결법

You could file a bug report using the Bugzilla platform. This will go straight to the Firefox developers so that they can investigate the issue and work on any possible fixes for future versions.

If you choose to file a bug report, please post the bug ID number or a link to the bug report so that anyone who finds this support thread can track the progress of the issue.

Thanks.

more options

Done! Bugzilla report #: 1567987

https://bugzilla.mozilla.org/show_bug.cgi?id=1567987

Thanks once again for your help Wesley! Fingers crossed this gets looked at & resolved soon.