My product landing page is for photography

Amazing. It actually looks almost professional now. :wink:

Yes, it is amazing what just a little CSS can do to the look of a page.

You still need to increase the margin-top on the slideshow container, try 80px that should do it.

1 Like

Regarding adding images from another website, i use google drive to do so,by:

  • Upload your image into google drive.
  • Include it via the following to your file:
    <img class="" src="https://drive.google.com/uc?id=1RteQeb7VP-sx9I-ulTcTWtwol5wZ" alt="">
    As you can see, the src has a value, you will need to make an edit, which is changing the id value according to the photo id value you have uploaded by following the steps in google drive:
  • Click on the image you have uploaded to open it in the window.
  • In the right top corner you will find an icon click it.
  • Then click share.
  • In the pop up window click:get sharable link.
  • You will get the following:
    https://drive.google.com/file/d/**_1HMS8H37eJy-b7H6ZCXs0Akl-sENIb8fp_**/view?usp=sharing
    The bold part is the Id that you need to add in the image tag in your file.

I hope that this is what you were looking for.

1 Like