Comment on Turn The Page... Find My Heart

  1. Bunny Ben is the cutest little muffin with his grumpy brows 😊 thank you!

    Yes please, I’m very interested in how to make it more convenient for phone

    Comment Actions
    1. sandikan

      yay, okay, so there are a couple of ways to do this, and i have a tutorial on images here, but in short, you can use percentages instead of pixels to classify width for these images.

      right now, your code looks something like this:

      img src="https://i.ibb.co/8NDb57Z/Artboard-9.png" alt="the end" width="1000" height="713"

      (edit: I took out the "<" "/>" in the image code)

      this code says that your image should display as always 1000 pixels wide regardless of the screen size. you could, instead, do something like width="100%" (and take out the height). this would make the image resize as the browser gets smaller. if 100% doesn't look right to you, you could always do "95%" or "90%", etc.

      if that wasn't clear, i'm happy to help further. the concept and execution for this fic is just AMAZINGLY done, i'm seriously so impressed. thank you so much for sharing!!

      Last Edited Sat 13 Jun 2020 11:16PM UTC

      Comment Actions
      1. No, that makes perfect sense, I know a bit of html. I’ll play around and see what looks better. Hopefully won’t be too small to read. thank you for an amazing tip!

        Yay, I’m really glad you liked it ☺️ Thank you for reading and leaving kind words 💗

        Comment Actions