You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Banner (cover) image for each README is weirdly whited-out. This makes it feel poorer-quality, and inconsistent with images below which aren't whited-out or muted in some other fashion. AFAIK this is recent; it wasn't like that a couple months ago.
Some examples are below.
Root cause
(Found via 'inspect' in chrome): It's adding inside tag for the cover image: class="w-full object-cover object-center [mask-image:linear-gradient(rgba(0,0,0,1),_rgba(0,0,0,0.5))] block"
But gitbook doesn't make it easy to remove this. (Details in comment below.)
Possible solutions
Ideally: find a way to not have the whiteout
In lieu of that, other options per page are:
don't have a cover image. Note: this is where main page is headed, see #1423
have an inline image, vs cover image. Example: see Cand 0 in a #1423 comment.
Examples
Main
Discover
Developers
The text was updated successfully, but these errors were encountered:
Recall that screenshots in the description (with whited-out) were on macos chrome. What about other browsers? Here's macos firefox. It's whited-out too.
More on the whiteout: It's inserting this inside <image> tag for the cover image: class="w-full object-cover object-center [mask-image:linear-gradient(rgba(0,0,0,1),_rgba(0,0,0,0.5))] block"
But gitbook doesn't make it easy to remove this.
Details:
Via chrome inspection:
With chrome, we can locally remove this:
Here's the css code (on the right)
Q: Will gitbook let you change css? Answer 1 from searching docs: "no" across the board
The problem
Banner (cover) image for each README is weirdly whited-out. This makes it feel poorer-quality, and inconsistent with images below which aren't whited-out or muted in some other fashion. AFAIK this is recent; it wasn't like that a couple months ago.
Some examples are below.
Root cause
(Found via 'inspect' in chrome): It's adding inside tag for the cover image: class="w-full object-cover object-center [mask-image:linear-gradient(rgba(0,0,0,1),_rgba(0,0,0,0.5))] block"
But gitbook doesn't make it easy to remove this. (Details in comment below.)
Possible solutions
Ideally: find a way to not have the whiteout
In lieu of that, other options per page are:
Examples
Main
Discover
Developers
The text was updated successfully, but these errors were encountered: