0 votes
in Rock by DavidTurner (14.9k points)
edited

In v14 the person profile page changed quite a bit and person images are now getting their top/bottom cropped. Is there a way to fix this?

1 Answer

0 votes
by DavidTurner (14.9k points)
edited

Yes. Add the following to the Pre-HTML setting (under advanced settings) to the Person Bio block:

<style>
    div.profile-squish {
        padding-bottom: 100%;
    }
</style>

Note: this only adjusts the main profile page, it does not affect all the other person tab pages.

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...