Comments Patryk started the conversationNovember 6, 2019 at 12:51pmIs it possible to automatically scale up the image (in the single image component) to fit in width the InContainer ?attached image for referencehttps://3d.bnzconsulting.com.cy/portfolio/cellular_line_adv/The video Player component already do thatplease let me knowregardsPB 3,023Andrew repliedNovember 7, 2019 at 7:16amHi PB,Could you try the flowing CSS then: #portfolio-extra img{ width: 100%; } add it to salient \ general settings - css script related - custom css code.Hope this helps. Patryk repliedNovember 7, 2019 at 8:10amHi,your code is working but now i have a problem with smaller images like the "app store button img" here:https://3d.bnzconsulting.com.cy/portfolio/peugeot-308-racing-game/is it possible to assign your css only to certain single image elements OR to exclude to enlarge some elements ?thx 3,023Andrew repliedNovember 7, 2019 at 7:45pmHi there,Try this instead of the CSS we gave you earlier: .img-with-aniamtion-wrap .hover-wrap a img.img-with-animation{ width:100%; } should only target the image of that type.Cheers. Sign in to reply ...
Is it possible to automatically scale up the image (in the single image component) to fit in width the InContainer ?
attached image for reference
https://3d.bnzconsulting.com.cy/portfolio/cellular_line_adv/
The video Player component already do that
please let me know
regards
PB
Hi PB,
Could you try the flowing CSS then:
add it to salient \ general settings - css script related - custom css code.
Hope this helps.
Hi,
your code is working but now i have a problem with smaller images like the "app store button img" here:
https://3d.bnzconsulting.com.cy/portfolio/peugeot-308-racing-game/
is it possible to assign your css only to certain single image elements OR to exclude to enlarge some elements ?
thx
Hi there,
Try this instead of the CSS we gave you earlier:
should only target the image of that type.
Cheers.