question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Control image location on slide?

See original GitHub issue

Hello,

I’d like to control the locations of 3 different images on the same slide.

I know I can use <span> or <table> tags to shown multiple images on a slide, but the images end up being in a line (vertical or horizontal). I need to place images in more organic locations.

How can this be done using HTML in this extension?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SeaDudecommented, Feb 16, 2022

I ended up going with this (pretty ugly, but it works for my use-case):

<img src="https://c.pxhere.com/photos/aa/f7/positive_be_positive_smile_smiling_happy_write_draw_symbol-736153.jpg!d" style="float:right; z-index: 3; position: relative;" height="200"/>

<img src="https://c.pxhere.com/images/47/0e/95831d1754d0b5f7eb270885646d-1451207.jpg!d" style="float:left; z-index: 2; position: relative;" height="200"/>

<a href="https://duckduckgo.com" target="_blank">
    <img src="https://c.pxhere.com/photos/5b/6e/poses_female_education_posing_caucasian_what_confused-804575.jpg!d" style="margin: 0px 0px 100px 100px; z-index: 1; top: -360px; position: relative;" height="550"/>
</a>

Renders like:

image

0reactions
evilzcommented, Feb 16, 2022

Cool !

Note that you can use the short style markdown version

![](url){ style=float:right; z-index: 3; position: relative;height:200px" }

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to specify the position of an image or object on a ...
Specify the exact position · By default, you measure from the top-left corner, but if you want, choose Center in the From drop-down...
Read more >
How to use picture placeholders for easy placement and ...
Click the icon in the middle of the slide. · Use the Insert Picture dialog to locate and select the picture, and then...
Read more >
Insert a picture in PowerPoint - Microsoft Support
Insert stock images on your slide ... On the Insert tab, in the Images group, click Pictures and then click Stock Images. Insert...
Read more >
Adjusting Your Images, Shapes and Text Boxes - Microsoft ...
Move, Resize, Rotate, Change proportions, Add text · To move it, click on it, hold, and then drag it to the desired location....
Read more >
Drag and drop image placeholder powerpoint tutorial - YouTube
Drag and drop image placeholder powerpoint tutorial | powerpoint slide template. Watch later. Share. Copy link.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found