Hi,
Unfortunately the Inline single image do not have that option, what you can do if you want to use the Inline single image is to set an extra class were to set the width and height on images, but this will stretch the images.
-> https://www.screencast.com/t/Qjfp4ugE0R
You can set the cover 100% if you set the image in background on some shortcode, or use column content -> https://www.screencast.com/t/Cmq6VW2c
Thank you for your understanding.
Yes, it solved the problem but the new one arose. This script changes all modal inline images on whole page. And I want it for only this two in inner row. I don’t want set all inner images height to 250px. I can somehow specify which images it will change?
Thank
Hi,
Please set this class first .tdm-inline-image-wrap like this -> https://www.screencast.com/t/KVOKKN1hhxN in this way the css will apply only on inline images.
Hope this will help you.
Thanks.
hi,
thanks, works good, but only working for width. But height is still 250px for non inline image. I want only set height 250px to first two (inline) images. Another modal images I want them looks like default inline modal images without css.
Current:

–
What I want for no inline modal image:

Thanks
-
This reply was modified 7 years by
miro382.
Hi,
Please use only those classes .tdm-inline-image-wrap .td-fix-index with out this class .tdm-image
-> https://www.screencast.com/t/1j2bqJixsyG
.tdm-inline-image-wrap .td-fix-index {
object-fit: cover;
height: 250px;
width: 100%;
}
Thanks.
Hi,
https://wordpress.diodegames.eu/o-klube/
If you want I can give you admin password.
Thanks
-
This reply was modified 7 years by
miro382.




