• Resolved crealexiadiy

    (@crealexiadiy)


    I have some issues writing my posts.

    1- I would like to insert 2 or more pictures in a line and I would like the System sets automatically the size of the images in order to see them in one line with full width, with a defined space between each other

    2- I would like to insert 1 image on the left and write some lines on the right, then I want to go directy below the image, with a single operation. Now I can go only using enter more times but what the visual editor shows me is not the same on the real site so I have to check it after every Enter.

    3- I would like that my visitors can open the image in full size clicking on the image.

    What are the solutions for it?
    Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @crealexiadiy,

    1. You can use default WordPress gallery and set two columns to create two images layout. To align images in one line you need to use images with the same size. Please read more about gallery in WordPress here: https://codex.ww.wp.xz.cn/The_WordPress_Gallery

    2. There’s some workaround for this. Add your image and set “Align” to left. Then open Text Editor and wrap all paragraph you would like to display below the image with this code:

    <p style="clear:both;"> Here is your text in paragraph </p>

    Finally save your changes. This will allow you to display this paragraph in new line below image. See these screenshots as reference: http://prntscr.com/i43oam and http://prntscr.com/i43oja

    3. To open full size image by clicking on image you need to set “Link To” option in Image Details window to “Media File”. Please see this screenshot as reference: http://prntscr.com/i43l5h

    Hope that helps.

    Best

    Thread Starter crealexiadiy

    (@crealexiadiy)

    Thank you very much!

    My pleasure 🙂

    Feel free to reach out if you need anything.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image issues’ is closed to new replies.