I'm currently working on implementing a unique slideshow that will be embedded within an image of a smartphone on my website. I have found that using Owl Carousel makes creating the slideshow itself quite easy, but now I am faced with the challenge of placing my div inside the phone image so that it covers the entire screen, regardless of the image's size.
Initially, I attempted to calculate the margins needed in percentages, but I am dissatisfied with this approach.
Is there a method available to manually define the four corners of the div relative to the image?
I do have access to jQuery