• Driezzie

    (@driezzie)


    Hi,

    Is there a way to resize pictures and youtube fragments automatically on the fly without editing them one by one ? I’d like to keep aspect ratio aswell.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Driezzie

    (@driezzie)

    anyone ?

    Thread Starter Driezzie

    (@driezzie)

    You can try to work with CSS style.

    I created this one for images :

    /* Max image width */
    p img {
    max-width: 600px;
    height: auto;
    }

    maybe anyone knows a CSS code to auto resize youtube fragments ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto-resize pictures and youtube fragments.’ is closed to new replies.