unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
6 stars 6 forks source link

Object positioning hero #589 #598

Closed sarongebre closed 8 months ago

sarongebre commented 10 months ago

Closes #589

Closes #519

If a user uploads an image to the media library and then uses that image in a display banner block in a builder page, then assigns an object position value, that value is going to keep being assigned to the image.

So if a user uploads the same image from the media library in a different display banner block on the same builder page, the object position value isn't going to change... The user would need to upload the same image from their device and not from the media library if they wish to change the CSS classes. Adding the same image from the media library on a different builder page is fine and another object position value can be assigned.

sarongebre commented 10 months ago

Still working on this. Would need to update the majors code.