Square Thumbnails
-
Having trouble getting image scale to remain normal in these squre thumbnails: https://changing-places.com/organizing-project/ https://changing-places.com/organizing-project-2/
Anyone?
CSS used:
.square-images.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item-inner > a {
padding-bottom: 100% !important;
height: 0 !important;
display: block !important;
position: relative !important;
}
.square-images.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
height: 100% !important;
position: absolute !important;
width: 100% !important;
top: 0 !important;
}The page I need help with: [log in to see the link]
- The topic ‘Square Thumbnails’ is closed to new replies.