Forum Discussion
Flip Card Blurry Titles
Ok, it's in the CSS. If I 'uncheck' this in inspector, the text becomes considerably clearer. Any reason that's in there?
.block-flashcard:not(.block-flashcard--in-edge) .block-flashcard__center * {
transform: translateZ(0);
- MichaelPeart6 years agoCommunity Member
Alex your workaround works for inserted images too, which is a lifesaver! I have created icons or other images to be used for the front page of flip cards in the past but don't usually end up using them as they are always fuzzy.
I don't understand how this hasn't been fixed yet, or why it was ever set up like this?!
Thank you again.
- JonFinn5 years agoCommunity Member
Hi Alex
Is there any way to make that change permanent? I can turn it off as you've done and my images are considerably clearer but obviously this is only for my page instance. I'd love to know if you have a way to make it stick! :)