pratik
pratik

Ugh! This is the only cover available when I search for the book in Epilogue. The different size is driving my OCD-self nuts. Any way to replace that cover? @help

Image of book covers with one of them highlighted as being slight larger than others
|
Embed
Progress spinner
help
help

@pratik There's not a great way to change the cover right now. However, I wonder if we should change the default CSS so the sizes are more consistent on your own blog. I can take a look at that. Related, I want to build some tools in Epilogue for managing any Open Library metadata.

|
Embed
Progress spinner
pratik
pratik

@help 👍🏽 Thanks

|
Embed
Progress spinner
jarrod
jarrod

@help ➕1️⃣

|
Embed
Progress spinner
help
help

@pratik @jarrod Here's a bit custom CSS you can add to make those covers the same size without squishing them:

.book a img {
  width: 100px;
  height: 160px;
  object-fit: cover;
}
|
Embed
Progress spinner
In reply to
pratik
pratik

@help Thanks. I tried but that didn't work then...

@Moondeer Realized that I'm styling the bookshelves using your plugin. I don't see a CoverHeight like you do for CoverWidth.

|
Embed
Progress spinner
Moondeer
Moondeer

@pratik probably has to do with how the grid is being layed out automagically

|
Embed
Progress spinner
pratik
pratik

@Moondeer What do you mean? I'm trying to have a consistent size displayed for book covers regardless of what the original sizes are.

|
Embed
Progress spinner