Hi
When I create columns in JCE, and I put an image in each div with the same height, they have not the same height in frontend.
Why ?
You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
- Support
- Forum
- MediaBox
- JCE Editor
- Images in columns, same height in JCE, not in frontend.
- Django29
- JCE Editor
- Friday, 27 November 2020
Accepted Answer
Pending Moderation
Please post a link to an example article.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- more than a month ago
- JCE Editor
- # 1
Accepted Answer
Pending Moderation
Your template includes some css to make all images in the front-end responsive, eg:
This resizes the images to fit the available space proportionately, and as the 2 images have different dimensions, this results in them being displayed at different sizes.
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
This resizes the images to fit the available space proportionately, and as the 2 images have different dimensions, this results in them being displayed at different sizes.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- more than a month ago
- JCE Editor
- # 2
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »