frankonblog

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Avoid Column Images from being resized #99293
    frankonblog
    Participant

    Thanks 🙂

    in reply to: Avoid Column Images from being resized #98232
    frankonblog
    Participant

    Sorry, the code needs to be marked, so the html tag looks like that:

    <div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218"></div>

    in reply to: Avoid Column Images from being resized #98231
    frankonblog
    Participant

    Hello again. I just want to let you know, that I found a solution myself. And as this issue seems to be popular, I thought I should post it and give a hint to the developers below.

    To avoid images from being resized I tried the “Cryout Column”-Widgets. I found that html is allowed within these widgets. So I used html to define fixed sttributes for height and width of the image. The code looks like that:

    <div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218" /></div>

    The width is defined by the Parabola Settings depending on how many columns are used. In may case 218px, which led to the same value for the height in the case of square images.

    And the hint to the developers, which of course I appreciate a lot for bringing the great theme to the people (thanks): The field for the content is titled by “text”, so one may think that html code is not alowed. If possible you may change this to “text or html”.

    Kind regards, Frank

    Website: traex.de

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