I'm trying to clip the image into a rectangle
-
Hello there,
I’ve used your plugin for a couple of sites so far, and it’s awesome! I’ve got a small issue though. For one particular site, I’m trying to load the image as a rectangle. If you guys have a second to take a look at the below I’d owe you big!
I’m loading one Instagram Post and I’m trying to clip the image into a rectangle, but as soon as I apply
position: absolute;
the image disappears completely.Here’s my CSS:
div.AlpinePhotoTiles_container_class { div.AlpinePhotoTiles_parent_class { a.AlpinePhotoTiles-link { img.AlpinePhotoTiles-image { position: absolute; /* absolute or fixed positioning required */ clip: rect(0px,19.375rem,14.5rem,0px); left: 0; } } } }
Gabriel
https://www.ads-software.com/plugins/alpine-photo-tile-for-instagram/
- The topic ‘I'm trying to clip the image into a rectangle’ is closed to new replies.