Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change the image size in post and video width


  • kjhjkhjk
    Participant

    @snorlax775

    Hello, I’m trying to reduce the size of the images posted in the forums and replies, but I just found answers in this forum, from 6 years ago or more, that applies too for the embed and width of video contents. I just see very old answers with classes that don’t even exist in bbpress.

    So I ask for a recent or valid answer, how can I change the size of videos and images in the post?

    Thanks.

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

  • Ashwin Rai
    Participant

    @ashwinrai

    In which post ?
    like – WordPress post?


    kjhjkhjk
    Participant

    @snorlax775

    In all the post of the forum in general

    I mean when someone uploads an image, automatically reduce the size of the youtube video embed content.

    For the images, I used this CSS code and works fine

    #bbpress-forums div.bbp-reply-content img, #bbpress-forums div.bbp-topic-content img {
    max-width: 500px;
    max-height:450px;
    height: auto;
    }

    But for the videos embed I still have the problem


    abhipatodi
    Participant

    @abhipatodi

    Just pick one out of blue
    <object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/WDT3JBgJn6M…</param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/WDT3JBgJn6M&hl=en_US&fs=1&&#8221; type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>Change width and height in the embeded code

    This code is to change the size of youtube embedded videos

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar