Forum Discussion
Images skewed in Process Blocks
- 5 months ago
Hello everyone, 🎉
I'm happy to let you know we released a new update for Rise 360. This update fixes the issue you encountered where Process block images change their aspect ratio when zoomed.
There's nothing to install for web apps. New features and fixes are immediately available, though you might need to publish your Rise 360 course again.
Please don't hesitate to reach out if you have additional questions.
I would call this stretching or squashing, skewing is more like tilting along one axis. Both are bad for your images and probably violates your corporate identity guidelines! I did a quick diagnosis and fix, you can add this as a theme component if you need the fix today, this issue is approaching it's 1-year anniversary of being reported. Please join me as we diagnose and fix our distorted images in Rise:
Remove the max-height which is distorting the aspect ratio of full-width images in process block cards:
.process-card__media img.img-img--fill {
max-height: none;
}
/* bonus- remove the process card step labels completely */
.process-card__number {
display: none;
}
Related Content
- 2 years ago
- 5 months ago
- 9 months ago