单击后,包含HTML图像大小

时间:2016-05-31 22:07:47

标签: html css

我希望点击后可以包含我的图片尺寸, 目前它们的显示比我希望它们出现的要大。

示例:http://messaages.com/post/144951542174

HTML:https://gist.github.com/anonymous/4f09e3306f9b28ee0dce286342c51c7e

我在代码中玩了各种各样的大小,但我似乎无法改变它。

1 个答案:

答案 0 :(得分:0)

如果您想在点击图像后更改图像尺寸,则需要使用javascript来更改css。

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
    return self.data.count;
}

JS小提琴:https://jsfiddle.net/ws12fqzc/