Response Theme - Table

Hello Gurus,

I am trying to add a table with 1 row with 3 columns included images.





Table works good but I could not resize images. Anything specific I should do with resize images ?










xxx xxx xxx



Thanks for stop by!

hi,



please use



instead of:

```php


```

best regards,
WSA team

How do you try to resize the images? Please provide us with the complete code

hi Raj,



please let us know if provided solution works for you or provide complete code as eComLabs suggested



best regards,

WSA team

I am redesigning home page , I like to have home page like attached one with multiple images.



Even I use table , some reason Image re-size is working.



For example: image size is 200 X 200, If enlarge to 300X300, I don't see changes in the front end.



Below is the source code i am using.










xxx xxx xxx


Thank you for response.

hi Raj,



please try this code:

```php


















     
xxx xxx xxx

```

[b]Here are comments:[/b]

1. THEAD is needed for responsiveness - if you forget THEAD + TH tags for table and resize your browser to mobile width "undefined" texts are displayed instead of missed TH tags
p.s. number of TH tags must match number of TD tags.

2. It is possible to use STYLE WIDTH attribute to set 100% size of images.

please don't forget to clean up browser and template cache after changes and let us know the result.

best regards,
WSA team

Thank you WSA team. It worked.

Raj, you are welcome :-)