When using Photoswipe, the CSS class will be uncommented:
Code: Select all
.pg-box3 figure {
display: inline;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin: 0 auto;
padding: 0;
display:relative;
}
I will try to take a look at the resized icon. The problem is, there are many different libraries (popup methods + core loaded by Joomla! like obsolete mootools, etc. so sometimes it is hard to load different features without design conflicts - the example is photoswipe with figure tag)
BTW: I will still recommend modern responsive methods like photoswipe (methods like Highslide JS, etc. which are not responsive will be removed in future - in version ready for Joomla! 4)
Jan