Resizing Images
-
I have been trying to resize the images by wrapping it in a table like you suggested in the FAQ as well as in div column tags. Examples of the code I’ve tried is below…
Table code:
<table> <tr> <td style="height:500px; width:400px"> [shortcode] </td> </tr> </table>
Div column code:
<div class="col-md-4"></div> <div class="col-md-4"> [shortcode] </div> <div class="col-md-4"></div>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Neither option worked to resize the images. The div column code just pushed the images over to the right but did not resize them. I have tried the object-fit:contain CSS attribute to all the tags as well. I appreciate your help, thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Resizing Images’ is closed to new replies.