io.focuspoints.bloomreach.plugins.focuspoint.files.focuspoint.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of focuspoints-bloomreach-cms-frontend
Show all versions of focuspoints-bloomreach-cms-frontend
FocusPoints BloomReach CMS Frontend
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint-container .focuspoint {
position: relative; /*Any position but static should work*/
overflow: hidden;
}
.focuspoint-container .focuspoint img {
position: absolute;
left: 0;
top: 0;
margin: 0;
display: block;
/* fill and maintain aspect ratio */
width: auto; height: auto;
min-width: 100%; min-height: 100%;
max-height: none; max-width: none;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy