开发者

Changing the size of an img container without changing the image size?

开发者 https://www.devze.com 2023-02-17 08:22 出处:网络
Here\'s an example of my markup: <li class=\"tumblr_post tumblr_photo_post\"> <img class=\"tumblr_photo\" alt=\"T开发者_如何学编程esting photo post\" src=\"http://29.media.tumblr.com/tumblr_

Here's an example of my markup:

<li class="tumblr_post tumblr_photo_post">
    <img class="tumblr_photo" alt="T开发者_如何学编程esting photo post" src="http://29.media.tumblr.com/tumblr_li5e4zfgrd1qi4tmio1_400.png">
    <div class="tumblr_caption">
        <p>Testing photo post</p>
    </div>
</li>

I'd like to change the size of the image's container without changing the image's size. As it's directly in the flow as an img, how can I do this?


I think your image is not contained into a div container like you are doing with the video on top.

Try to use the following jQuery code to add the img into a div container. You will have to add the jQuery library to your page of course.

$('.tumblr_photo').wrap('<div class="somename" />');
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号