Ebay.co.uk - images not showing on item listing pages

For support with specific websites

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:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
MrD2018
Hobby Astronomer
Hobby Astronomer
Posts: 23
Joined: 2018-07-03, 15:32

Ebay.co.uk - images not showing on item listing pages

Unread post by MrD2018 » 2024-07-30, 16:16

When viewing any Ebay item listing page in Pale Moon, images are not being displayed in various sections, for example, "Similar Items", "Inspired by your recent views", "You may also like", "Influenced by recent sponsored views" - images are missing from other sections as well down the page, basically any section advertising other items on Ebay. The item titles and price are still shown, just no images. I have viewed pages in Firefox and Chrome and the images are displayed fine.

I have tried 2 different computers running Pale Moon and the same thing happens. Anyone else having this problem?

Code: Select all

MSKU_DATA_UPDATED: vi__x-msku__change__variation-update  
item-page_2_0-AHU3A-IH.js:5:2197
M_WATCH_HEART__CLICKED: ux-app__m-watch-heart__click  
item-page_2_0-AHU3A-IH.js:5:2197
M_WATCH_HEART__STATE_UPDATE: ux-app__m-watch-heart__state-change  
item-page_2_0-AHU3A-IH.js:5:2197
M_ITEM_CONDENSED_CARD__SHOW_ORIGINAL_ITEM_PAGE: ux-app__m-item-condensed-card__show-original-item-page  
item-page_2_0-AHU3A-IH.js:5:2197
MSKU_PRE_VALIDATION: vi__x-msku__pre-validation  
item-page_2_0-AHU3A-IH.js:5:2197
MSKU_PRE_VALIDATION_BUTTON_STATE: vi__x-msku__pre-validation-button-state  
item-page_2_0-AHU3A-IH.js:5:2197
IMAGE_GALLERY_REFRESH_IMAGE: vi__x-image-gallery__refresh-image  
item-page_2_0-AHU3A-IH.js:5:2197
X_COUPON_REFRESH: ux-app__x-coupon__refreshState  
item-page_2_0-AHU3A-IH.js:5:2197
X_COUPON_LAYER_REFRESH: ux-app__x-coupon-layer__refreshState  
item-page_2_0-AHU3A-IH.js:5:2197
X_PRICE_DETAILS_REFRESH: ux-app__x-price-details-refresh__refreshState  
item-page_2_0-AHU3A-IH.js:5:2197
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Ignoring unsupported entryTypes: first-input.  
inception-uMSKRGtE.js:10:1529
Ignoring unsupported entryTypes: layout-shift.
Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified 
(unknown)
Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified 
(unknown)
Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified
AbortError
The following CSA option(s) were ignored due to being overridden by native style controls: rolloverAdBackgroundColor, colorTitleLink, colorAttribution, fontFamily, fontSizeTitle, fontSizeAttribution, rolloverAdBackgroundColor  
async-ads.js:301:68
The following CSA option(s) are unsupported: ot, colorDomainLink, fontSizeDescription, fontSizeDomainLink
Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.
AbortError

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2246
Joined: 2018-05-05, 13:29

Re: Ebay.co.uk - images not showing on item listing pages

Unread post by vannilla » 2024-07-30, 20:16

I visited a random article and it seems the images all have position: absolute and then top: 0; bottom: 0 (also horizontally) so basically they had size 0 and became invisible.
Looking around the CSS of other elements I think it's some engine-specific quirk (most definitely Chrome's) to provide some graphical effects, because I've seen some familiar patterns though I'm not sure what they are trying to accomplish.
There is also an aspect-ratio: 1 rule, so even if this issue were to be investigated and somehow solved, there would still be a couple of visual errors.

User avatar
MrD2018
Hobby Astronomer
Hobby Astronomer
Posts: 23
Joined: 2018-07-03, 15:32

Re: Ebay.co.uk - images not showing on item listing pages

Unread post by MrD2018 » 2024-08-03, 16:31

I have found that by changing the height property of the div which contains each picture from "100%" to "200px" seems to have fixed the problem.

Post Reply