They recently re-designed The Pillar website. They used to be on substack, but maybe they have their own domain now...
Anyway, their articles (this one, for instance, https://www.pillarcatholic.com/in-ukrai ... he-church/) start with an initial image, but the initial image is not displaying on my Pale Moon system. It does display in Chromium Edge.
Not a big deal I guess, but I thought I would pass it on.
Thanks.
[www.pillarcatholic.com] initial image not loading
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
- Moonbather
- Posts: 59
- Joined: 2015-06-28, 03:49
- Location: WI
-
- Keeps coming back
- Posts: 950
- Joined: 2020-11-03, 06:47
- Location: Philippines
Re: [www.pillarcatholic.com] initial image not loading
Removing the "c-feature-image" class from the img element seems to make the image show again.
Here's the class' code (prettified by me):
EDIT: And removing the position property from that class makes the image show again.
Here's the class' code (prettified by me):
Code: Select all
.c-feature-image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}

:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
-
- Moonbather
- Posts: 59
- Joined: 2015-06-28, 03:49
- Location: WI
Re: [www.pillarcatholic.com] initial image not loading
Thank you for the response.
Is this a problem with the website not following standards?
Or an issue with Pale Moon not having implemented a common feature?
Or both?
Is this a problem with the website not following standards?
Or an issue with Pale Moon not having implemented a common feature?
Or both?
-
- Lunatic
- Posts: 403
- Joined: 2014-02-23, 17:25
- Location: Greenbrier County, West Virginia
Re: [www.pillarcatholic.com] initial image not loading
I'm sure the page could be 'edited' several ways to get it to display right. I feel just an <img> tag should've been used instead.

'If you change the way you look at things, the things you look at change.'