Closed luwes closed 9 months ago
by default, default slotted elements get a opacity transition applied which is causing a weird effect for a slotted poster img.
workarounds are adding a noautohide attribute to the img or a opacity: 1 !important; style rule.
noautohide
opacity: 1 !important;
by default, default slotted elements get a opacity transition applied which is causing a weird effect for a slotted poster img.
workarounds are adding a
noautohide
attribute to the img or aopacity: 1 !important;
style rule.