Tagged: post slider
Just a small issue…
If you check out the post slider
It seems to be rendering text wrong (maybe without smoothing?) First post appears fine, then as you slide to the 2nd or 3rd the title, excerpt and meta start to look blocky.
So far I have only seen this on a Mac using Firefox, other browsers seem fine.
Hey cbrssict,
Thanks for that, though I can’t see any difference when comparing between Chrome and Firefox. Not sure how to reproduce it?
Best regards,
Rikard
Hi,
Thank you for the update. We can’t reproduce the issue on our end. Maybe, this css modification will help.
.slide-entry-excerpt.entry-content {
text-rendering: optimizeLegibility;
}
Best regards,
Ismael
Thanks, I got it to look better with
.slide-entry-excerpt.entry-content {
background-color: white;
}
But now I get grey background during the transition : /
Hi,
Could you please provide a link to the actual page where you’re testing this? I’m sorry but I can’t reproduce the issue in the demo. A screenshot will help.
Best regards,
Ismael
Hi,
Is it working properly if you’re using a default theme fonts like “Open Sans”?
Best regards,
Ismael